From: amosjeffries <>
Date: Tue, 4 Mar 2008 19:30:59 +0000 (+0000)
Subject: bootstrapped.
X-Git-Tag: SQUID_3_0_STABLE2
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c596634373845267cbe8eeede838da063a280de4;p=thirdparty%2Fsquid.git
bootstrapped.
---
diff --git a/Makefile.in b/Makefile.in
index 2b1df555c0..8492b17749 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -15,7 +15,7 @@
@SET_MAKE@
#
-# $Id: Makefile.in,v 1.114 2007/12/05 01:10:44 hno Exp $
+# $Id: Makefile.in,v 1.114.2.1 2008/03/04 12:30:59 amosjeffries Exp $
#
srcdir = @srcdir@
top_srcdir = @top_srcdir@
diff --git a/configure b/configure
index fc83d5bb4a..8464d9830c 100755
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
#! /bin/sh
-# From configure.in Revision: 1.488.2.2 .
+# From configure.in Revision: 1.488.2.3 .
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for Squid Web Proxy 3.0.STABLE1-CVS.
+# Generated by GNU Autoconf 2.61 for Squid Web Proxy 3.0.STABLE2-CVS.
#
# Report bugs to .
#
@@ -729,8 +729,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='Squid Web Proxy'
PACKAGE_TARNAME='squid'
-PACKAGE_VERSION='3.0.STABLE1-CVS'
-PACKAGE_STRING='Squid Web Proxy 3.0.STABLE1-CVS'
+PACKAGE_VERSION='3.0.STABLE2-CVS'
+PACKAGE_STRING='Squid Web Proxy 3.0.STABLE2-CVS'
PACKAGE_BUGREPORT='http://www.squid-cache.org/bugs/'
ac_unique_file="src/main.cc"
@@ -1507,7 +1507,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures Squid Web Proxy 3.0.STABLE1-CVS to adapt to many kinds of systems.
+\`configure' configures Squid Web Proxy 3.0.STABLE2-CVS to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1577,7 +1577,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Squid Web Proxy 3.0.STABLE1-CVS:";;
+ short | recursive ) echo "Configuration of Squid Web Proxy 3.0.STABLE2-CVS:";;
esac
cat <<\_ACEOF
@@ -1886,7 +1886,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-Squid Web Proxy configure 3.0.STABLE1-CVS
+Squid Web Proxy configure 3.0.STABLE2-CVS
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1900,7 +1900,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by Squid Web Proxy $as_me 3.0.STABLE1-CVS, which was
+It was created by Squid Web Proxy $as_me 3.0.STABLE2-CVS, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -2574,7 +2574,7 @@ fi
# Define the identity of the package.
PACKAGE='squid'
- VERSION='3.0.STABLE1-CVS'
+ VERSION='3.0.STABLE2-CVS'
cat >>confdefs.h <<_ACEOF
@@ -45406,7 +45406,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by Squid Web Proxy $as_me 3.0.STABLE1-CVS, which was
+This file was extended by Squid Web Proxy $as_me 3.0.STABLE2-CVS, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -45459,7 +45459,7 @@ Report bugs to ."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-Squid Web Proxy config.status 3.0.STABLE1-CVS
+Squid Web Proxy config.status 3.0.STABLE2-CVS
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 491c1d6c2e..2dfa4c9d0b 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.88 2007/12/05 01:10:46 hno Exp $
+# $Id: Makefile.in,v 1.88.2.1 2008/03/04 12:31:18 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/errors/Makefile.in b/errors/Makefile.in
index 35036092bb..4a319a9f02 100644
--- a/errors/Makefile.in
+++ b/errors/Makefile.in
@@ -15,7 +15,7 @@
@SET_MAKE@
#
-# $Id: Makefile.in,v 1.105.2.1 2008/02/28 01:13:03 hno Exp $
+# $Id: Makefile.in,v 1.105.2.2 2008/03/04 12:31:19 amosjeffries Exp $
#
srcdir = @srcdir@
top_srcdir = @top_srcdir@
diff --git a/helpers/basic_auth/DB/Makefile.in b/helpers/basic_auth/DB/Makefile.in
index 23bc6c42af..894704791a 100644
--- a/helpers/basic_auth/DB/Makefile.in
+++ b/helpers/basic_auth/DB/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.22 2007/12/05 01:10:52 hno Exp $
+# $Id: Makefile.in,v 1.22.2.1 2008/03/04 12:31:19 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/helpers/basic_auth/LDAP/Makefile.in b/helpers/basic_auth/LDAP/Makefile.in
index 155d01e45e..0c7b14a9fc 100644
--- a/helpers/basic_auth/LDAP/Makefile.in
+++ b/helpers/basic_auth/LDAP/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.in,v 1.94 2007/12/05 01:10:53 hno Exp $
+# $Id: Makefile.in,v 1.94.2.1 2008/03/04 12:31:20 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/helpers/basic_auth/MSNT/Makefile.in b/helpers/basic_auth/MSNT/Makefile.in
index 57039e0a5e..9bf5962e88 100644
--- a/helpers/basic_auth/MSNT/Makefile.in
+++ b/helpers/basic_auth/MSNT/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.97 2007/12/05 01:10:53 hno Exp $
+# $Id: Makefile.in,v 1.97.2.1 2008/03/04 12:31:20 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/helpers/basic_auth/Makefile.in b/helpers/basic_auth/Makefile.in
index 1e3d0487b3..0188c5c42c 100644
--- a/helpers/basic_auth/Makefile.in
+++ b/helpers/basic_auth/Makefile.in
@@ -16,7 +16,7 @@
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.95 2007/12/05 01:10:51 hno Exp $
+# $Id: Makefile.in,v 1.95.2.1 2008/03/04 12:31:19 amosjeffries Exp $
#
srcdir = @srcdir@
top_srcdir = @top_srcdir@
diff --git a/helpers/basic_auth/NCSA/Makefile.in b/helpers/basic_auth/NCSA/Makefile.in
index 6ddb92db2d..bab5ecf945 100644
--- a/helpers/basic_auth/NCSA/Makefile.in
+++ b/helpers/basic_auth/NCSA/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.95 2007/12/05 01:10:55 hno Exp $
+# $Id: Makefile.in,v 1.95.2.1 2008/03/04 12:31:20 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/helpers/basic_auth/PAM/Makefile.in b/helpers/basic_auth/PAM/Makefile.in
index 9bded35bb8..1ecdc8544a 100644
--- a/helpers/basic_auth/PAM/Makefile.in
+++ b/helpers/basic_auth/PAM/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid PAM authentication helper
#
-# $Id: Makefile.in,v 1.95 2007/12/05 01:10:55 hno Exp $
+# $Id: Makefile.in,v 1.95.2.1 2008/03/04 12:31:21 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/helpers/basic_auth/POP3/Makefile.in b/helpers/basic_auth/POP3/Makefile.in
index c9a750b4ae..fad1672bf4 100644
--- a/helpers/basic_auth/POP3/Makefile.in
+++ b/helpers/basic_auth/POP3/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.22 2007/12/05 01:10:55 hno Exp $
+# $Id: Makefile.in,v 1.22.2.1 2008/03/04 12:31:21 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/helpers/basic_auth/SASL/Makefile.in b/helpers/basic_auth/SASL/Makefile.in
index 09aae4e7a8..79ffbda040 100644
--- a/helpers/basic_auth/SASL/Makefile.in
+++ b/helpers/basic_auth/SASL/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid SASL authentication helper
#
-# $Id: Makefile.in,v 1.91 2007/12/05 01:10:55 hno Exp $
+# $Id: Makefile.in,v 1.91.2.1 2008/03/04 12:31:21 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/helpers/basic_auth/SMB/Makefile.in b/helpers/basic_auth/SMB/Makefile.in
index 5ad37c9e54..414154fc82 100644
--- a/helpers/basic_auth/SMB/Makefile.in
+++ b/helpers/basic_auth/SMB/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.93 2007/12/05 01:10:56 hno Exp $
+# $Id: Makefile.in,v 1.93.2.1 2008/03/04 12:31:22 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/helpers/basic_auth/YP/Makefile.in b/helpers/basic_auth/YP/Makefile.in
index 616e8c4b7e..b4497fba1f 100644
--- a/helpers/basic_auth/YP/Makefile.in
+++ b/helpers/basic_auth/YP/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.94 2007/12/05 01:10:57 hno Exp $
+# $Id: Makefile.in,v 1.94.2.1 2008/03/04 12:31:22 amosjeffries Exp $
#
#
diff --git a/helpers/basic_auth/getpwnam/Makefile.in b/helpers/basic_auth/getpwnam/Makefile.in
index c2b6b3982f..7c2170a5fd 100644
--- a/helpers/basic_auth/getpwnam/Makefile.in
+++ b/helpers/basic_auth/getpwnam/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.92 2007/12/05 01:10:58 hno Exp $
+# $Id: Makefile.in,v 1.92.2.1 2008/03/04 12:31:22 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/helpers/basic_auth/mswin_sspi/Makefile.in b/helpers/basic_auth/mswin_sspi/Makefile.in
index af7ae6a4ba..8a3638a98b 100755
--- a/helpers/basic_auth/mswin_sspi/Makefile.in
+++ b/helpers/basic_auth/mswin_sspi/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.36 2007/12/05 01:10:58 hno Exp $
+# $Id: Makefile.in,v 1.36.2.1 2008/03/04 12:31:23 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/helpers/basic_auth/multi-domain-NTLM/Makefile.in b/helpers/basic_auth/multi-domain-NTLM/Makefile.in
index 0ff5717e63..5f2ce8a174 100644
--- a/helpers/basic_auth/multi-domain-NTLM/Makefile.in
+++ b/helpers/basic_auth/multi-domain-NTLM/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.90 2007/12/05 01:10:58 hno Exp $
+# $Id: Makefile.in,v 1.90.2.1 2008/03/04 12:31:23 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/helpers/basic_auth/squid_radius_auth/Makefile.in b/helpers/basic_auth/squid_radius_auth/Makefile.in
index 1b6fa2766f..f1947fddb5 100644
--- a/helpers/basic_auth/squid_radius_auth/Makefile.in
+++ b/helpers/basic_auth/squid_radius_auth/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.in,v 1.20 2007/12/05 01:10:59 hno Exp $
+# $Id: Makefile.in,v 1.20.2.1 2008/03/04 12:31:23 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/helpers/digest_auth/Makefile.in b/helpers/digest_auth/Makefile.in
index cc73924597..6e91ee1942 100644
--- a/helpers/digest_auth/Makefile.in
+++ b/helpers/digest_auth/Makefile.in
@@ -16,7 +16,7 @@
# Makefile for digest auth helpers in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.91 2007/12/05 01:11:00 hno Exp $
+# $Id: Makefile.in,v 1.91.2.1 2008/03/04 12:31:24 amosjeffries Exp $
#
srcdir = @srcdir@
top_srcdir = @top_srcdir@
diff --git a/helpers/digest_auth/eDirectory/Makefile.in b/helpers/digest_auth/eDirectory/Makefile.in
index 1a912c1ecb..25f1983577 100644
--- a/helpers/digest_auth/eDirectory/Makefile.in
+++ b/helpers/digest_auth/eDirectory/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.17 2007/12/05 01:11:01 hno Exp $
+# $Id: Makefile.in,v 1.17.2.1 2008/03/04 12:31:24 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/helpers/digest_auth/ldap/Makefile.in b/helpers/digest_auth/ldap/Makefile.in
index 66965ae5b4..0afb85180c 100644
--- a/helpers/digest_auth/ldap/Makefile.in
+++ b/helpers/digest_auth/ldap/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.36 2007/12/05 01:11:04 hno Exp $
+# $Id: Makefile.in,v 1.36.2.1 2008/03/04 12:31:25 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/helpers/digest_auth/password/Makefile.in b/helpers/digest_auth/password/Makefile.in
index a26efbb69a..561819ea7d 100644
--- a/helpers/digest_auth/password/Makefile.in
+++ b/helpers/digest_auth/password/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.95 2007/12/05 01:11:04 hno Exp $
+# $Id: Makefile.in,v 1.95.2.1 2008/03/04 12:31:25 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/helpers/external_acl/Makefile.in b/helpers/external_acl/Makefile.in
index 388db6178c..432656081b 100644
--- a/helpers/external_acl/Makefile.in
+++ b/helpers/external_acl/Makefile.in
@@ -16,7 +16,7 @@
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.81 2007/12/05 01:11:06 hno Exp $
+# $Id: Makefile.in,v 1.81.2.1 2008/03/04 12:31:25 amosjeffries Exp $
#
srcdir = @srcdir@
top_srcdir = @top_srcdir@
diff --git a/helpers/external_acl/ip_user/Makefile.in b/helpers/external_acl/ip_user/Makefile.in
index 2256e82f27..2518603bb8 100644
--- a/helpers/external_acl/ip_user/Makefile.in
+++ b/helpers/external_acl/ip_user/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the ip_user external_acl helper by Rodrigo Campos
#
-# $Id: Makefile.in,v 1.80 2007/12/05 01:11:06 hno Exp $
+# $Id: Makefile.in,v 1.80.2.1 2008/03/04 12:31:26 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/helpers/external_acl/ldap_group/Makefile.in b/helpers/external_acl/ldap_group/Makefile.in
index f2634b65e0..298c146351 100644
--- a/helpers/external_acl/ldap_group/Makefile.in
+++ b/helpers/external_acl/ldap_group/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.in,v 1.82 2007/12/05 01:11:08 hno Exp $
+# $Id: Makefile.in,v 1.82.2.1 2008/03/04 12:31:27 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/helpers/external_acl/mswin_lm_group/Makefile.in b/helpers/external_acl/mswin_lm_group/Makefile.in
index 1984064d54..8d4b7df856 100755
--- a/helpers/external_acl/mswin_lm_group/Makefile.in
+++ b/helpers/external_acl/mswin_lm_group/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.36 2007/12/05 01:11:08 hno Exp $
+# $Id: Makefile.in,v 1.36.2.1 2008/03/04 12:31:27 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/helpers/external_acl/session/Makefile.in b/helpers/external_acl/session/Makefile.in
index 4b2246b552..67c35a55af 100644
--- a/helpers/external_acl/session/Makefile.in
+++ b/helpers/external_acl/session/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.in,v 1.33 2007/12/05 01:11:09 hno Exp $
+# $Id: Makefile.in,v 1.33.2.1 2008/03/04 12:31:27 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/helpers/external_acl/unix_group/Makefile.in b/helpers/external_acl/unix_group/Makefile.in
index 34d4ab1235..b3d9c5c6b6 100644
--- a/helpers/external_acl/unix_group/Makefile.in
+++ b/helpers/external_acl/unix_group/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.in,v 1.80 2007/12/05 01:11:10 hno Exp $
+# $Id: Makefile.in,v 1.80.2.1 2008/03/04 12:31:29 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/helpers/external_acl/wbinfo_group/Makefile.in b/helpers/external_acl/wbinfo_group/Makefile.in
index be3bd6f781..92d7e37378 100644
--- a/helpers/external_acl/wbinfo_group/Makefile.in
+++ b/helpers/external_acl/wbinfo_group/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid LDAP authentication helper
#
-# $Id: Makefile.in,v 1.78 2007/12/05 01:11:11 hno Exp $
+# $Id: Makefile.in,v 1.78.2.1 2008/03/04 12:31:29 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/helpers/negotiate_auth/Makefile.in b/helpers/negotiate_auth/Makefile.in
index e81e66ed43..91110a418b 100755
--- a/helpers/negotiate_auth/Makefile.in
+++ b/helpers/negotiate_auth/Makefile.in
@@ -16,7 +16,7 @@
# Makefile for negotiate authentication helpers in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.36 2007/12/05 01:11:11 hno Exp $
+# $Id: Makefile.in,v 1.36.2.1 2008/03/04 12:31:30 amosjeffries Exp $
#
srcdir = @srcdir@
top_srcdir = @top_srcdir@
diff --git a/helpers/negotiate_auth/mswin_sspi/Makefile.in b/helpers/negotiate_auth/mswin_sspi/Makefile.in
index e656619647..78bdd8577d 100755
--- a/helpers/negotiate_auth/mswin_sspi/Makefile.in
+++ b/helpers/negotiate_auth/mswin_sspi/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.35 2007/12/05 01:11:12 hno Exp $
+# $Id: Makefile.in,v 1.35.2.1 2008/03/04 12:31:30 amosjeffries Exp $
#
srcdir = @srcdir@
diff --git a/helpers/negotiate_auth/squid_kerb_auth/Makefile.in b/helpers/negotiate_auth/squid_kerb_auth/Makefile.in
index f976a224d9..d03f15d8f4 100644
--- a/helpers/negotiate_auth/squid_kerb_auth/Makefile.in
+++ b/helpers/negotiate_auth/squid_kerb_auth/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.18 2007/12/05 01:11:12 hno Exp $
+# $Id: Makefile.in,v 1.18.2.1 2008/03/04 12:31:30 amosjeffries Exp $
#
srcdir = @srcdir@
diff --git a/helpers/ntlm_auth/Makefile.in b/helpers/ntlm_auth/Makefile.in
index ac130523ed..e58f00ac15 100644
--- a/helpers/ntlm_auth/Makefile.in
+++ b/helpers/ntlm_auth/Makefile.in
@@ -16,7 +16,7 @@
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.92 2007/12/05 01:11:12 hno Exp $
+# $Id: Makefile.in,v 1.92.2.1 2008/03/04 12:31:31 amosjeffries Exp $
#
srcdir = @srcdir@
top_srcdir = @top_srcdir@
diff --git a/helpers/ntlm_auth/SMB/Makefile.in b/helpers/ntlm_auth/SMB/Makefile.in
index a43b4b6680..1823ba06a3 100644
--- a/helpers/ntlm_auth/SMB/Makefile.in
+++ b/helpers/ntlm_auth/SMB/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.92 2007/12/05 01:11:12 hno Exp $
+# $Id: Makefile.in,v 1.92.2.1 2008/03/04 12:31:31 amosjeffries Exp $
#
srcdir = @srcdir@
diff --git a/helpers/ntlm_auth/fakeauth/Makefile.in b/helpers/ntlm_auth/fakeauth/Makefile.in
index 37c5bc23fc..20b367bfbd 100644
--- a/helpers/ntlm_auth/fakeauth/Makefile.in
+++ b/helpers/ntlm_auth/fakeauth/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.89 2007/12/05 01:11:14 hno Exp $
+# $Id: Makefile.in,v 1.89.2.1 2008/03/04 12:31:31 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/helpers/ntlm_auth/mswin_sspi/Makefile.in b/helpers/ntlm_auth/mswin_sspi/Makefile.in
index 0556f8e182..f795102ac5 100755
--- a/helpers/ntlm_auth/mswin_sspi/Makefile.in
+++ b/helpers/ntlm_auth/mswin_sspi/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.35 2007/12/05 01:11:14 hno Exp $
+# $Id: Makefile.in,v 1.35.2.1 2008/03/04 12:31:31 amosjeffries Exp $
#
srcdir = @srcdir@
diff --git a/helpers/ntlm_auth/no_check/Makefile.in b/helpers/ntlm_auth/no_check/Makefile.in
index 3aab07d972..e0ac6e9992 100644
--- a/helpers/ntlm_auth/no_check/Makefile.in
+++ b/helpers/ntlm_auth/no_check/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.91 2007/12/05 01:11:15 hno Exp $
+# $Id: Makefile.in,v 1.91.2.1 2008/03/04 12:31:32 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/icons/Makefile.in b/icons/Makefile.in
index 6ab7552d7e..f5087fa037 100644
--- a/icons/Makefile.in
+++ b/icons/Makefile.in
@@ -14,7 +14,7 @@
@SET_MAKE@
-# $Id: Makefile.in,v 1.105 2007/12/05 01:11:15 hno Exp $
+# $Id: Makefile.in,v 1.105.2.1 2008/03/04 12:31:32 amosjeffries Exp $
#
srcdir = @srcdir@
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 9234b4a715..158a3c4edb 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -15,7 +15,7 @@
@SET_MAKE@
#
-# $Id: Makefile.in,v 1.150 2007/12/05 01:11:16 hno Exp $
+# $Id: Makefile.in,v 1.150.2.1 2008/03/04 12:31:32 amosjeffries Exp $
#
srcdir = @srcdir@
diff --git a/lib/libTrie/Makefile.in b/lib/libTrie/Makefile.in
index 9070302f89..312af37e30 100644
--- a/lib/libTrie/Makefile.in
+++ b/lib/libTrie/Makefile.in
@@ -15,7 +15,7 @@
@SET_MAKE@
#
-# $Id: Makefile.in,v 1.30 2007/11/12 01:11:32 hno Exp $
+# $Id: Makefile.in,v 1.30.2.1 2008/03/04 12:31:32 amosjeffries Exp $
#
srcdir = @srcdir@
top_srcdir = @top_srcdir@
diff --git a/src/Makefile.in b/src/Makefile.in
index 616b88b487..f34bcb4942 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.447.2.1 2008/02/27 05:51:06 amosjeffries Exp $
+# $Id: Makefile.in,v 1.447.2.2 2008/03/04 12:31:33 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#
diff --git a/src/auth/Makefile.in b/src/auth/Makefile.in
index 8d645de163..4e7cd9a9ac 100644
--- a/src/auth/Makefile.in
+++ b/src/auth/Makefile.in
@@ -312,7 +312,7 @@ target_alias = @target_alias@
# Makefile for authentication modules in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.93 2007/12/05 01:11:22 hno Exp $
+# $Id: Makefile.in,v 1.93.2.1 2008/03/04 12:31:33 amosjeffries Exp $
#
AUTOMAKE_OPTIONS = subdir-objects
AM_CFLAGS = @SQUID_CFLAGS@
diff --git a/src/fs/Makefile.in b/src/fs/Makefile.in
index d64f9dadd4..8d2092bbe3 100644
--- a/src/fs/Makefile.in
+++ b/src/fs/Makefile.in
@@ -16,7 +16,7 @@
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.98 2007/12/05 01:11:23 hno Exp $
+# $Id: Makefile.in,v 1.98.2.1 2008/03/04 12:31:33 amosjeffries Exp $
#
srcdir = @srcdir@
diff --git a/src/repl/Makefile.in b/src/repl/Makefile.in
index 4208329da9..a87485b315 100644
--- a/src/repl/Makefile.in
+++ b/src/repl/Makefile.in
@@ -16,7 +16,7 @@
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.92 2007/12/05 01:11:23 hno Exp $
+# $Id: Makefile.in,v 1.92.2.1 2008/03/04 12:31:34 amosjeffries Exp $
#
srcdir = @srcdir@
diff --git a/test-suite/Makefile.in b/test-suite/Makefile.in
index 0b6cfe83d8..0391eaff4f 100644
--- a/test-suite/Makefile.in
+++ b/test-suite/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.89 2007/12/05 01:11:24 hno Exp $
+# $Id: Makefile.in,v 1.89.2.1 2008/03/04 12:31:35 amosjeffries Exp $
#
srcdir = @srcdir@
top_srcdir = @top_srcdir@
diff --git a/tools/Makefile.in b/tools/Makefile.in
index ac38cf7d7f..500e3fe606 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -17,7 +17,7 @@
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.28 2007/12/05 01:11:25 hno Exp $
+# $Id: Makefile.in,v 1.28.2.1 2008/03/04 12:31:35 amosjeffries Exp $
#
# Uncomment and customize the following to suit your needs:
#