From 2c6c7d51c9cfb0760f8c20c2d2cda7d0cb2aaf21 Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Fri, 2 Jan 2015 10:34:29 +0100 Subject: [PATCH] configure: add email address for bug reports in AC_INIT The mail address we use is the developer's mailing list; putting it in the macro will get Autoconf to place it in a few strategic places where it is a good idea to have it. Signed-off-by: Christophe CURIS --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0e2c7cc6..cc5db4bd 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,9 @@ dnl Because the 2.69 was released only a few month later, let's just ask for it AC_PREREQ([2.69]) -AC_INIT(WindowMaker, 0.95.6, , WindowMaker, http://www.windowmaker.org/) +dnl Configuration for Autoconf and Automake +dnl ======================================= +AC_INIT([WindowMaker],[0.95.6],[wmaker-dev@lists.windowmaker.org],[WindowMaker],[http://www.windowmaker.org/]) AC_CONFIG_SRCDIR(src/WindowMaker.h) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS(config.h) -- 2.11.4.GIT