[Xcb] [PATCH util-wm 5/7] config: add bug URL to AC_INIT
Gaetan Nadon
memsize at videotron.ca
Sat Feb 1 10:21:01 PST 2014
Use same layout as libxcb.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
configure.ac | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 621f15a..946fa6d 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 at lists.freedesktop.org])
+AC_INIT([xcb-util-wm],[0.4.0],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb],
+ [xcb-util-wm])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
--
1.7.9.5
More information about the Xcb
mailing list