From: hno <> Date: Sun, 13 May 2007 16:57:41 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE7~274 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aeac0ea5ed79576141c00b9620ba63eee762746d;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index 780138428f..7b9feeb35f 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.453 . +# From configure.in Revision: 1.454 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for Squid Web Proxy 3.0.PRE6-CVS. # diff --git a/configure.in b/configure.in index 55b2c15ba8..cf072dd942 100644 --- a/configure.in +++ b/configure.in @@ -1,17 +1,17 @@ dnl Configuration input file for Squid dnl -dnl $Id: configure.in,v 1.453 2007/05/09 22:14:24 wessels Exp $ +dnl $Id: configure.in,v 1.454 2007/05/13 10:57:41 hno Exp $ dnl dnl dnl -AC_INIT(Squid Web Proxy, 3.0.PRE6, http://www.squid-cache.org/bugs/, squid) +AC_INIT(Squid Web Proxy, 3.0.PRE6-CVS, http://www.squid-cache.org/bugs/, squid) AC_PREREQ(2.52) AM_CONFIG_HEADER(include/autoconf.h) AC_CONFIG_AUX_DIR(cfgaux) AC_CONFIG_SRCDIR([src/main.cc]) AM_INIT_AUTOMAKE([tar-ustar]) -AC_REVISION($Revision: 1.453 $)dnl +AC_REVISION($Revision: 1.454 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE