X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=configure.in;h=4acd0a1fc26166050dd7da6b7cc28884f86ee060;hp=0438872ac3bfd33acb3e4a2fde5d205c3c403270;hb=8da254ea74a1b099e6bcbda5c9a261db71203c51;hpb=843fe45deefd73e08be7c285a8931c7225af916d diff --git a/configure.in b/configure.in index 0438872a..4acd0a1f 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. # -# $Id: configure.in,v 1.57 2002/09/09 10:00:15 alex Exp $ +# $Id: configure.in,v 1.66 2002/10/22 23:36:04 alex Exp $ # # -- Initialisierung -- @@ -18,7 +18,7 @@ AC_INIT AC_PREREQ(2.50) AC_CANONICAL_TARGET AC_CONFIG_SRCDIR(src/config.h.in) -AM_INIT_AUTOMAKE(ngircd,CurrentCVS) +AM_INIT_AUTOMAKE(ngircd,CVSHEAD) AM_CONFIG_HEADER(src/config.h) # -- Templates fuer config.h -- @@ -66,7 +66,7 @@ AC_CHECK_HEADERS([ \ strings.h sys/socket.h sys/time.h unistd.h \ ],,AC_MSG_ERROR([required C header missing!])) -AC_CHECK_HEADERS(arpa/inet.h malloc.h stdint.h varargs.h) +AC_CHECK_HEADERS(arpa/inet.h malloc.h stdint.h sys/select.h varargs.h) # -- Datentypen -- @@ -179,6 +179,8 @@ if test "$GCC" = "yes"; then CFLAGS="-Wall $CFLAGS" fi +the_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -DSYSCONFDIR='\"\$(sysconfdir)\"'" # -- Ausgabe der Dateien -- @@ -194,6 +196,7 @@ AC_OUTPUT([ \ src/ngircd/Makefile \ src/testsuite/Makefile \ man/Makefile \ + contrib/Makefile \ ]) # -- Ergebnis -- @@ -208,12 +211,11 @@ M=`eval echo ${mandir}` ; M=`eval echo ${M}` echo " host: ${host}" echo " compiler: ${CC}" -echo " compiler flags: ${CFLAGS}" +echo " compiler flags: ${the_CFLAGS}" echo " preprocessor flags: ${CPPFLAGS}" echo " linker flags: ${LDFLAGS}" echo " libraries: ${LIBS}" echo - echo " 'ngircd' binary: $S" echo " configuration file: $C" echo " manual pages: $M"