X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=configure.in;h=f18744a3912beda0c3a0eb25114e380c05df2edd;hp=645005ad579c27808422c0f2c6aa1ef250d4c644;hb=9fc7e66f6664130c27fc7e06884af1021d22d592;hpb=81889df4b747811429ae10dd1d5f58bb7ea61b50 diff --git a/configure.in b/configure.in index 645005ad..f18744a3 100644 --- a/configure.in +++ b/configure.in @@ -9,9 +9,12 @@ # 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.34 2002/03/10 15:40:26 alex Exp $ +# $Id: configure.in,v 1.35 2002/03/10 17:03:18 alex Exp $ # # $Log: configure.in,v $ +# Revision 1.35 2002/03/10 17:03:18 alex +# - es werden nun die Konstanten SYSCONFDIR und LOCALSTATEDIR definiert. +# # Revision 1.34 2002/03/10 15:40:26 alex # - Anpassungen an neues GNU automake/autoconf: acconfig.h entfaellt nun. # @@ -271,6 +274,9 @@ if test "$GCC" = "yes"; then CFLAGS="-Wall $CFLAGS" fi +CFLAGS="$CFLAGS -DSYSCONFDIR='\"\$(sysconfdir)\"'" +CFLAGS="$CFLAGS -DLOCALSTATEDIR='\"\$(localstatedir)\"'" + # -- Ausgabe -- AC_OUTPUT([ \