]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
bootstrap
authorrobertc <>
Fri, 22 Nov 2002 21:25:33 +0000 (21:25 +0000)
committerrobertc <>
Fri, 22 Nov 2002 21:25:33 +0000 (21:25 +0000)
configure
configure.in
src/Makefile.in
test-suite/Makefile.in

index f531fc1f060ee812af35cc77a8e361d5565b558d..b6663856811acdcd573e2627ebd05e5c2b857b74 100755 (executable)
--- a/configure
+++ b/configure
@@ -1656,7 +1656,7 @@ fi
 
 # Define the identity of the package.
 PACKAGE=squid
-VERSION=3.0-DEVEL-refcount
+VERSION=3.0-DEVEL
 
 cat >>confdefs.h <<_ACEOF
 #define PACKAGE "$PACKAGE"
index d6172216c09ef5d2944e7be17aa2433397ee7383..cc2a2634c86308ddce28384b7bda0ee6b2e28cec 100644 (file)
@@ -3,7 +3,7 @@ dnl  Configuration input file for Squid
 dnl
 dnl  Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
 dnl
-dnl  $Id: configure.in,v 1.303 2002/11/21 12:35:52 robertc Exp $
+dnl  $Id: configure.in,v 1.304 2002/11/22 14:25:34 robertc Exp $
 dnl
 dnl
 dnl
@@ -11,9 +11,9 @@ AC_INIT
 AC_PREREQ(2.52)
 AC_CONFIG_SRCDIR([src/main.cc])
 AC_CONFIG_AUX_DIR(cfgaux)
-AM_INIT_AUTOMAKE(squid, 3.0-DEVEL-refcount)
+AM_INIT_AUTOMAKE(squid, 3.0-DEVEL)
 AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.303 $)dnl
+AC_REVISION($Revision: 1.304 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AM_MAINTAINER_MODE
 
index a9c65723306532bb2e8bd087ab3e2d5aca121532..ea06f9ada565d806fb4ba193eb73499e4bedbf54 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.262 2002/11/16 01:18:28 hno Exp $
+#  $Id: Makefile.in,v 1.263 2002/11/22 14:25:38 robertc Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -198,6 +198,7 @@ EXTRA_squid_SOURCES = \
        dnsserver.cc \
        dns_internal.cc \
        htcp.cc \
+       ProfStats.cc \
        leakfinder.cc \
        snmp_core.cc \
        snmp_agent.cc \
index 97ff829afe4e13456be4d9aa5c385b56199be2b0..f8da57c3237f7429b29ceeb49d5d3007fc5d2b53 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.1 2002/11/21 12:46:19 robertc Exp $
+#  $Id: Makefile.in,v 1.2 2002/11/22 14:25:38 robertc Exp $
 #
 
 SHELL = @SHELL@