X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=configure.in;h=4acd0a1fc26166050dd7da6b7cc28884f86ee060;hp=b707b60be46512d8aef2a95b65de996831ea27f4;hb=bf84670aaad3371060868b5664ab26706425b16c;hpb=ab2abee1fe6d2cbe0ae22c712a9500191148150b diff --git a/configure.in b/configure.in index b707b60b..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.61 2002/10/01 09:57:08 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 -- @@ -179,6 +179,8 @@ if test "$GCC" = "yes"; then CFLAGS="-Wall $CFLAGS" fi +the_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -DSYSCONFDIR='\"\$(sysconfdir)\"'" # -- Ausgabe der Dateien -- @@ -209,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"