summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2014-01-07 14:00:40 -0500
committerArnaud Fontaine <arnau@debian.org>2014-01-30 12:09:35 +0900
commit0a17b61a8971d3c4600a5c19fa7d753e7196abfb (patch)
tree35e6cce1ee53905e169f45ea3130cfe79857a168
parent414b1037c5a9770270022e62aa66fe7a4021a96b (diff)
autoconf: AC_INIT: add bug url
Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 6927283..cd3cbd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,9 +3,9 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([libxcb],
- 1.10,
- [xcb@lists.freedesktop.org])
+AC_INIT([libxcb],[1.10],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb],
+ [libxcb])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([xcb.pc.in])