--------------------- PatchSet 5102 Date: 2002/09/24 10:53:27 Author: rbcollins Branch: fixrange Tag: (none) Log: oops, missed these before... Members: .cvsignore:1.1->1.1.78.1 configure.in:1.66->1.66.2.1 doc/debug-sections.txt:1.6->1.6.2.1 Index: squid/.cvsignore =================================================================== RCS file: /cvsroot/squid-sf//squid/.cvsignore,v retrieving revision 1.1 retrieving revision 1.1.78.1 diff -u -r1.1 -r1.1.78.1 --- squid/.cvsignore 10 Oct 2001 22:19:49 -0000 1.1 +++ squid/.cvsignore 24 Sep 2002 10:53:27 -0000 1.1.78.1 @@ -5,3 +5,4 @@ aclocal.m4 configure merge.log +autom4te.cache Index: squid/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid/configure.in,v retrieving revision 1.66 retrieving revision 1.66.2.1 diff -u -r1.66 -r1.66.2.1 --- squid/configure.in 15 Sep 2002 11:07:08 -0000 1.66 +++ squid/configure.in 24 Sep 2002 10:53:27 -0000 1.66.2.1 @@ -3,7 +3,7 @@ dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.66 2002/09/15 11:07:08 rbcollins Exp $ +dnl $Id: configure.in,v 1.66.2.1 2002/09/24 10:53:27 rbcollins Exp $ dnl dnl dnl @@ -11,7 +11,7 @@ AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE(squid, 2.6-DEVEL) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.66 $)dnl +AC_REVISION($Revision: 1.66.2.1 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -2161,7 +2161,7 @@ else AC_MSG_RESULT("no") echo "Will use our own inet_ntoa()." - LIBOBJS="$LIBOBJS inet_ntoa.o" + AC_LIBOBJ(inet_ntoa) # echo "WARNING: This looks bad, and probably prevents Squid from working." # echo " If you're on IRIX and using GCC 2.8, you probably need" # echo " to use the IRIX C compiler instead." Index: squid/doc/debug-sections.txt =================================================================== RCS file: /cvsroot/squid-sf//squid/doc/debug-sections.txt,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -u -r1.6 -r1.6.2.1 --- squid/doc/debug-sections.txt 15 Sep 2002 11:06:28 -0000 1.6 +++ squid/doc/debug-sections.txt 24 Sep 2002 10:53:27 -0000 1.6.2.1 @@ -91,3 +91,4 @@ section 85 Client side request management - after parsing, before caching section 87 client side stream management section 88 Client side reply management - from store to stream +section 89 NAT / IP Interception