summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2014-02-01 11:29:33 -0500
committerGaetan Nadon <memsize@videotron.ca>2014-02-03 17:26:45 -0500
commitf401c736a61a59ae2530bd7cd2a9a0afe29f43c3 (patch)
tree2078b4e4fb394f9b952608327f1e26b8ce5edb24
parent5d7f2805d83944ed8da6fcc5b8506531262b9da9 (diff)
downloadutil-wm-f401c736a61a59ae2530bd7cd2a9a0afe29f43c3.tar.gz
config: add bug URL to AC_INIT
Use same layout as libxcb. Reviewed-by: Arnaud Fontaine <arnau@debian.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 621f15a..719aef2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,8 @@
dnl XCB_UTIL_M4_WITH_INCLUDE_PATH requires Autoconf >= 2.62
AC_PREREQ(2.62)
-AC_INIT([xcb-util-wm],0.4.0,[xcb@lists.freedesktop.org])
+AC_INIT([xcb-util-wm],[0.4.0],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils],
+ [xcb-util-wm])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])