]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add URLs so they get reported at the bottom of the (very long) configure --help
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 14 Jul 2015 21:19:57 +0000 (21:19 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 14 Jul 2015 21:19:57 +0000 (21:19 +0000)
output...

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12787 a1ca3aef-8c08-0410-bb20-df032aa958be

configure.ac

index f52e08aad2cda6f0716062b24393c87b35d94226..21457133818df68506db4b3057844b26d49108c8 100644 (file)
@@ -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)