From ddda851ccffdc6ef7f880bf4efdf269596f17c5e Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Mon, 2 Feb 2009 18:35:16 -0700 Subject: [PATCH] 3.0.STABLE13 --- configure | 20 ++++++++++---------- configure.in | 2 +- src/Makefile.in | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/configure b/configure index aa3ac75ee0..93844e27d6 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh # From configure.in Revision: 1.488.2.3 . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.62 for Squid Web Proxy 3.0.STABLE12-BZR. +# Generated by GNU Autoconf 2.62 for Squid Web Proxy 3.0.STABLE13-BZR. # # Report bugs to . # @@ -751,8 +751,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='Squid Web Proxy' PACKAGE_TARNAME='squid' -PACKAGE_VERSION='3.0.STABLE12-BZR' -PACKAGE_STRING='Squid Web Proxy 3.0.STABLE12-BZR' +PACKAGE_VERSION='3.0.STABLE13-BZR' +PACKAGE_STRING='Squid Web Proxy 3.0.STABLE13-BZR' PACKAGE_BUGREPORT='http://www.squid-cache.org/bugs/' ac_unique_file="src/main.cc" @@ -1661,7 +1661,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.STABLE12-BZR to adapt to many kinds of systems. +\`configure' configures Squid Web Proxy 3.0.STABLE13-BZR to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1731,7 +1731,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Squid Web Proxy 3.0.STABLE12-BZR:";; + short | recursive ) echo "Configuration of Squid Web Proxy 3.0.STABLE13-BZR:";; esac cat <<\_ACEOF @@ -2043,7 +2043,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Squid Web Proxy configure 3.0.STABLE12-BZR +Squid Web Proxy configure 3.0.STABLE13-BZR generated by GNU Autoconf 2.62 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -2057,7 +2057,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.STABLE12-BZR, which was +It was created by Squid Web Proxy $as_me 3.0.STABLE13-BZR, which was generated by GNU Autoconf 2.62. Invocation command line was $ $0 $@ @@ -2755,7 +2755,7 @@ fi # Define the identity of the package. PACKAGE='squid' - VERSION='3.0.STABLE12-BZR' + VERSION='3.0.STABLE13-BZR' cat >>confdefs.h <<_ACEOF @@ -47866,7 +47866,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.STABLE12-BZR, which was +This file was extended by Squid Web Proxy $as_me 3.0.STABLE13-BZR, which was generated by GNU Autoconf 2.62. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -47919,7 +47919,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -Squid Web Proxy config.status 3.0.STABLE12-BZR +Squid Web Proxy config.status 3.0.STABLE13-BZR configured by $0, generated by GNU Autoconf 2.62, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.in b/configure.in index 7c96be05a0..068c3d1840 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Configuration input file for Squid dnl dnl -AC_INIT(Squid Web Proxy, 3.0.STABLE12-BZR, http://www.squid-cache.org/bugs/, squid) +AC_INIT(Squid Web Proxy, 3.0.STABLE13-BZR, http://www.squid-cache.org/bugs/, squid) AC_PREREQ(2.52) AM_CONFIG_HEADER(include/autoconf.h) AC_CONFIG_AUX_DIR(cfgaux) diff --git a/src/Makefile.in b/src/Makefile.in index bd5cc5207d..5fd1889f5c 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -2530,7 +2530,6 @@ ufsdump_SOURCES = \ ufsdump_LDADD = \ libsquid.la \ libauth.la \ - -L../lib -lmiscutil \ @XTRA_OBJS@ \ @REPL_OBJS@ \ @STORE_OBJS@ \ @@ -2540,6 +2539,7 @@ ufsdump_LDADD = \ @SNMPLIB@ \ @ICAP_LIBS@ \ @SSLLIB@ \ + -L$(top_builddir)/lib -lmiscutil \ @XTRA_LIBS@ \ @EPOLL_LIBS@ \ @MINGW_LIBS@ -- 2.47.2