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 <[email protected]> --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0e2c7cc..cc5db4b 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],[[email protected]],[WindowMaker],[http://www.windowmaker.org/]) AC_CONFIG_SRCDIR(src/WindowMaker.h) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS(config.h) -- 2.1.4 -- To unsubscribe, send mail to [email protected].
