1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-06-25 14:43:07 +00:00

- es werden nun die Konstanten SYSCONFDIR und LOCALSTATEDIR definiert.

This commit is contained in:
Alexander Barton 2002-03-10 17:03:18 +00:00
parent 81889df4b7
commit 652a003ef5

View File

@ -9,9 +9,12 @@
# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. # 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 $ # $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 # Revision 1.34 2002/03/10 15:40:26 alex
# - Anpassungen an neues GNU automake/autoconf: acconfig.h entfaellt nun. # - Anpassungen an neues GNU automake/autoconf: acconfig.h entfaellt nun.
# #
@ -271,6 +274,9 @@ if test "$GCC" = "yes"; then
CFLAGS="-Wall $CFLAGS" CFLAGS="-Wall $CFLAGS"
fi fi
CFLAGS="$CFLAGS -DSYSCONFDIR='\"\$(sysconfdir)\"'"
CFLAGS="$CFLAGS -DLOCALSTATEDIR='\"\$(localstatedir)\"'"
# -- Ausgabe -- # -- Ausgabe --
AC_OUTPUT([ \ AC_OUTPUT([ \