--------------------- PatchSet 2807 Date: 2001/08/22 12:32:53 Author: rbcollins Branch: squid-amake Tag: (none) Log: replace cfgaux which somehow got rm'd! Members: configure.in:1.19.4.9->1.19.4.10 Index: squid/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid/configure.in,v retrieving revision 1.19.4.9 retrieving revision 1.19.4.10 diff -u -r1.19.4.9 -r1.19.4.10 --- squid/configure.in 20 Aug 2001 03:41:08 -0000 1.19.4.9 +++ squid/configure.in 22 Aug 2001 12:32:53 -0000 1.19.4.10 @@ -3,7 +3,7 @@ dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.19.4.9 2001/08/20 03:41:08 rbcollins Exp $ +dnl $Id: configure.in,v 1.19.4.10 2001/08/22 12:32:53 rbcollins Exp $ dnl dnl dnl @@ -11,9 +11,10 @@ AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE(Squid, 2.5-DEVEL) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.19.4.9 $)dnl +AC_REVISION($Revision: 1.19.4.10 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) +AC_CONFIG_AUX_DIR(cfgaux) dnl Set default LDFLAGS if test -z "$LDFLAGS"; then LDFLAGS="-g"