From: Gaetan Nadon Date: Tue, 7 Jan 2014 19:00:40 +0000 (-0500) Subject: autoconf: AC_INIT: add bug url X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?p=free-sw%2Fxcb%2Flibxcb;a=commitdiff_plain;h=0a17b61a8971d3c4600a5c19fa7d753e7196abfb autoconf: AC_INIT: add bug url Reviewed-by: Josh Triplett Signed-off-by: Gaetan Nadon --- 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])