------------------------------------------------------------ revno: 12426 revision-id: squid3@treenet.co.nz-20121227023136-68c45bxxtwudylhh parent: squid3@treenet.co.nz-20121210071549-i2iszzv4deip304x fixes bug(s): http://bugs.squid-cache.org/show_bug.cgi?id=3709 committer: Amos Jeffries branch nick: 3.3 timestamp: Wed 2012-12-26 19:31:36 -0700 message: Bug 3709: Wrong url at the end of ./configure --help ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20121227023136-68c45bxxtwudylhh # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # testament_sha1: a5193fe65fab2be9735f6c0ea2cbb34152fec4f0 # timestamp: 2012-12-27 02:38:13 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # base_revision_id: squid3@treenet.co.nz-20121210071549-\ # i2iszzv4deip304x # # Begin patch === modified file 'configure.ac' --- configure.ac 2012-12-02 08:29:50 +0000 +++ configure.ac 2012-12-27 02:31:36 +0000 @@ -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)