]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Preparing to release Squid-3.0.PRE7 SQUID_3_0_PRE7
authorwessels <>
Fri, 31 Aug 2007 02:38:48 +0000 (02:38 +0000)
committerwessels <>
Fri, 31 Aug 2007 02:38:48 +0000 (02:38 +0000)
configure
configure.in

index a544bba35d767ecd668bdd14f02671cdae1c1c25..aa5f61a0ad3db57b5e706daac00e3a2a65e7ecca 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
 #! /bin/sh
-# From configure.in Revision: 1.472 .
+# From configure.in Revision.
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for Squid Web Proxy 3.0.PRE6-CVS.
+# Generated by GNU Autoconf 2.59 for Squid Web Proxy 3.0.PRE7-CVS.
 #
 # Report bugs to <http://www.squid-cache.org/bugs/>.
 #
@@ -424,8 +424,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='Squid Web Proxy'
 PACKAGE_TARNAME='squid'
-PACKAGE_VERSION='3.0.PRE6-CVS'
-PACKAGE_STRING='Squid Web Proxy 3.0.PRE6-CVS'
+PACKAGE_VERSION='3.0.PRE7-CVS'
+PACKAGE_STRING='Squid Web Proxy 3.0.PRE7-CVS'
 PACKAGE_BUGREPORT='http://www.squid-cache.org/bugs/'
 
 ac_unique_file="src/main.cc"
@@ -957,7 +957,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.PRE6-CVS to adapt to many kinds of systems.
+\`configure' configures Squid Web Proxy 3.0.PRE7-CVS to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1023,7 +1023,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Squid Web Proxy 3.0.PRE6-CVS:";;
+     short | recursive ) echo "Configuration of Squid Web Proxy 3.0.PRE7-CVS:";;
    esac
   cat <<\_ACEOF
 
@@ -1370,7 +1370,7 @@ fi
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-Squid Web Proxy configure 3.0.PRE6-CVS
+Squid Web Proxy configure 3.0.PRE7-CVS
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1384,7 +1384,7 @@ cat >&5 <<_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.PRE6-CVS, which was
+It was created by Squid Web Proxy $as_me 3.0.PRE7-CVS, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -2031,7 +2031,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='squid'
- VERSION='3.0.PRE6-CVS'
+ VERSION='3.0.PRE7-CVS'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -44867,7 +44867,7 @@ _ASBOX
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by Squid Web Proxy $as_me 3.0.PRE6-CVS, which was
+This file was extended by Squid Web Proxy $as_me 3.0.PRE7-CVS, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -44930,7 +44930,7 @@ _ACEOF
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-Squid Web Proxy config.status 3.0.PRE6-CVS
+Squid Web Proxy config.status 3.0.PRE7-CVS
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
index 040c02845f72504c09d06f212d694eafb0a6de18..1dc9146c7b5b9d59f04f4c2397d162229f3fe333 100644 (file)
@@ -1,17 +1,17 @@
 
 dnl  Configuration input file for Squid
 dnl
-dnl  $Id: configure.in,v 1.472 2007/08/29 22:58:26 hno Exp $
+dnl  $Id: configure.in,v 1.473 2007/08/30 20:38:48 wessels Exp $
 dnl
 dnl
 dnl
-AC_INIT(Squid Web Proxy, 3.0.PRE6-CVS, http://www.squid-cache.org/bugs/, squid)
+AC_INIT(Squid Web Proxy, 3.0.PRE7-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.472 $)dnl
+AC_REVISION($Revision: 1.473 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AM_MAINTAINER_MODE