summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2014-02-09 10:34:02 -0500
committerArnaud Fontaine <arnau@debian.org>2014-02-17 17:48:46 +0900
commit80ce6834e2374711eba834386643a354565a84f2 (patch)
tree2d90d82256c1f2dca7518070fe32dc3db21c98da
parent758240ad77c545d9f9ea02e6d079a80e82038240 (diff)
downloadxcb-util-80ce6834e2374711eba834386643a354565a84f2.tar.gz
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 5178873..7693872 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,7 @@
AC_PREREQ(2.59c)
-AC_INIT([xcb-util],0.3.9,[xcb@lists.freedesktop.org])
+AC_INIT([xcb-util],[0.3.9],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils],
+ [xcb-util])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-bzip2])