From: Amos Jeffries Date: Thu, 27 Dec 2012 02:31:36 +0000 (-0700) Subject: Bug 3709: Wrong url at the end of ./configure --help X-Git-Tag: SQUID_3_3_0_3~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91303f7f217c0f087166243db1a646c0012d3121;p=thirdparty%2Fsquid.git Bug 3709: Wrong url at the end of ./configure --help --- diff --git a/configure.ac b/configure.ac index 0f98c22e6a..ec671e6f71 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Squid Web Proxy],[3.3.0.2-BZR],[http://www.squid-cache.org/bugs/],[squid]) +AC_INIT([Squid Web Proxy],[3.3.0.2-BZR],[http://bugs.squid-cache.org/],[squid]) AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux)