summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-07-14 21:19:57 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-07-14 21:19:57 +0000
commitcdd90b5ce3b95bcba4b617f5c73b747b2f881659 (patch)
tree9d93a00cc317c8b1c439febee647d3c7380c3925 /configure.ac
parent6fe0e36094869da2904a9567d1ab74ad09a5195d (diff)
downloadcups-cdd90b5ce3b95bcba4b617f5c73b747b2f881659.tar.gz
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f52e08aad..214571338 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)