From: Amos Jeffries Date: Fri, 7 Dec 2012 10:41:11 +0000 (+1300) Subject: Bug 3709: Wrong url at the end of ./configure --help X-Git-Tag: SQUID_3_4_0_1~455 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0e13af3e6d4f558ecbf6ad9ad4ac5d4129184cd;p=thirdparty%2Fsquid.git Bug 3709: Wrong url at the end of ./configure --help --- diff --git a/configure.ac b/configure.ac index 1bcc50e2aa..52a2b3fbfc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Squid Web Proxy],[3.HEAD-BZR],[http://www.squid-cache.org/bugs/],[squid]) +AC_INIT([Squid Web Proxy],[3.HEAD-BZR],[http://bugs.squid-cache.org/],[squid]) AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux)