From e008c6e875b503924e9c646cfc815003f70effe1 Mon Sep 17 00:00:00 2001 From: robertc <> Date: Fri, 22 Nov 2002 21:25:33 +0000 Subject: [PATCH] bootstrap --- configure | 2 +- configure.in | 6 +++--- src/Makefile.in | 3 ++- test-suite/Makefile.in | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/configure b/configure index f531fc1f06..b666385681 100755 --- 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" diff --git a/configure.in b/configure.in index d6172216c0..cc2a2634c8 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/src/Makefile.in b/src/Makefile.in index a9c6572330..ea06f9ada5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 \ diff --git a/test-suite/Makefile.in b/test-suite/Makefile.in index 97ff829afe..f8da57c323 100644 --- a/test-suite/Makefile.in +++ b/test-suite/Makefile.in @@ -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@ -- 2.47.3