From 0388ac51cff92fe49b4a4ba8b463b0df8d0c383b Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Tue, 4 Feb 2014 14:06:12 -0500 Subject: config: add bug URL to AC_INIT Use same layout as libxcb. Signed-off-by: Gaetan Nadon --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9441aff..6c8a277 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,7 @@ AC_PREREQ(2.59c) -AC_INIT([xcb-util-renderutil],0.3.8,[xcb@lists.freedesktop.org]) +AC_INIT([xcb-util-renderutil],[0.3.8], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils], + [xcb-util-renderutil]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) -- cgit v1.2.3