From: msweet Date: Tue, 14 Jul 2015 21:19:57 +0000 (+0000) Subject: Add URLs so they get reported at the bottom of the (very long) configure --help X-Git-Tag: v2.2b1~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdd90b5ce3b95bcba4b617f5c73b747b2f881659;p=thirdparty%2Fcups.git Add URLs so they get reported at the bottom of the (very long) configure --help output... git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12787 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/configure.ac b/configure.ac index f52e08aad2..2145713381 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl We need at least autoconf 2.60... AC_PREREQ(2.60) dnl Package name and version... -AC_INIT([CUPS], [2.1rc1]) +AC_INIT([CUPS], [2.1rc1], [https://www.cups.org/str.php], [cups], [https://www.cups.org/]) sinclude(config-scripts/cups-opsys.m4) sinclude(config-scripts/cups-common.m4)