summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2014-02-19 14:32:46 -0500
committerGaetan Nadon <memsize@videotron.ca>2014-04-17 10:21:13 -0400
commit1d022a8cb7e777702ac6d21fbae336164b953aa8 (patch)
tree7a6c1b2f484e0aa6463af76f44e9a7d7c280e83f
parent2eb581ab2f90fbcea878f5696da3e1d7acad3c58 (diff)
downloadutil-image-1d022a8cb7e777702ac6d21fbae336164b953aa8.tar.gz
config: add bug URL to AC_INIT
Use same layout as libxcb. Reviewed-by: Josh Triplett <josh@joshtriplett.org> Reviewed-by: Uli Schlachter <psychon@znc.in> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 63a32e5..9a32f01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,7 @@
AC_PREREQ(2.59c)
-AC_INIT([xcb-util-image],0.3.9,[xcb@lists.freedesktop.org])
+AC_INIT([xcb-util-image],[0.3.9],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils],
+ [xcb-util-image])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-bzip2])