From 1d022a8cb7e777702ac6d21fbae336164b953aa8 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Wed, 19 Feb 2014 14:32:46 -0500 Subject: config: add bug URL to AC_INIT Use same layout as libxcb. Reviewed-by: Josh Triplett Reviewed-by: Uli Schlachter Signed-off-by: Gaetan Nadon --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 63a32e5..9a32f01 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,7 @@ AC_PREREQ(2.59c) -AC_INIT([xcb-util-image],0.3.9,[xcb@lists.freedesktop.org]) +AC_INIT([xcb-util-image],[0.3.9], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils], + [xcb-util-image]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) -- cgit v1.2.3