X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=configure.in;h=a7653a652bf78059b0cf2453dba553e86fe40e9d;hp=bffdbd15c7f668c7eab2516b9ee9d8d393bf0e5c;hb=016e547daa10eaf3351259364959f80e8f28cef1;hpb=35771fa776db72927071f54a707ff7b106c6c4a3 diff --git a/configure.in b/configure.in index bffdbd15..a7653a65 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: configure.in,v 1.82 2003/03/07 14:37:30 alex Exp $ +# $Id: configure.in,v 1.87 2003/03/31 16:17:33 alex Exp $ # # -- Initialisierung -- @@ -17,7 +17,7 @@ AC_PREREQ(2.50) AC_INIT(ngircd, CVSHEAD) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE(1.6) AM_CONFIG_HEADER(src/config.h) # -- Templates fuer config.h -- @@ -176,7 +176,7 @@ AC_ARG_WITH(tcp-wrappers, [ --with-tcp-wrappers enable TCP wrappers support], [ if test "$withval" = "yes"; then AC_CHECK_LIB(wrap, tcpd_warn) - AC_MSG_CHECKING(checking for hosts_access) + AC_MSG_CHECKING(for hosts_access) AC_TRY_LINK([ #include ],[ @@ -267,7 +267,6 @@ CFLAGS="$the_CFLAGS $add_CFLAGS -DSYSCONFDIR='\"\$(sysconfdir)\"'" AC_OUTPUT([ \ Makefile \ doc/Makefile \ - doc/de/Makefile \ MacOSX/Makefile \ MacOSX/ngircd.pbproj/Makefile \ src/Makefile \ @@ -290,6 +289,7 @@ B=`eval echo ${bindir}` ; B=`eval echo ${B}` S=`eval echo ${sbindir}` ; S=`eval echo ${S}` C=`eval echo ${sysconfdir}` ; C=`eval echo ${C}` M=`eval echo ${mandir}` ; M=`eval echo ${M}` +D=`eval echo ${datadir}/doc/ngIRCd` ; D=`eval echo ${D}` echo " Host: ${host}" echo " Compiler: ${CC}" @@ -302,6 +302,7 @@ echo echo " 'ngircd' binary: $S" echo " Configuration file: $C" echo " Manual pages: $M" +echo " Documentation: $D" echo echo $ECHO_N " Syslog support: $ECHO_C"