summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2014-02-04 14:06:12 -0500
committerArnaud Fontaine <arnau@debian.org>2014-02-17 17:37:55 +0900
commit3c3413e2295108b9f7b81b59baf1105c5bcc872f (patch)
treeadad64f1f06eb243199ee8e5f2beece4bbdedcc1
parentdc7cadf76374527bff87ba950b17e7223e9a4ffd (diff)
config: add bug URL to AC_INIT
Use same layout as libxcb. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Arnaud Fontaine <arnau@debian.org>
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9441aff..6c8a277 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,7 @@
AC_PREREQ(2.59c)
-AC_INIT([xcb-util-renderutil],0.3.8,[xcb@lists.freedesktop.org])
+AC_INIT([xcb-util-renderutil],[0.3.8],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils],
+ [xcb-util-renderutil])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-bzip2])