[Xcb] [PATCH v2 libxcb 3/8] autoconf: AC_INIT: add bug url

Gaetan Nadon memsize at videotron.ca
Wed Dec 4 06:49:32 PST 2013


Reviewed-by: Josh Triplett <josh at joshtriplett.org>
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 configure.ac |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1c30ff8..16acae3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,9 +3,9 @@
 
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([libxcb],
-        1.9,
-        [xcb at lists.freedesktop.org])
+AC_INIT([libxcb],[1.9],
+        [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])
-- 
1.7.9.5



More information about the Xcb mailing list