1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

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 <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2015-01-02 10:34:29 +01:00
committed by Carlos R. Mafra
parent f956609a43
commit 2c6c7d51c9

View File

@@ -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_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_SRCDIR(src/WindowMaker.h)
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS(config.h) AC_CONFIG_HEADERS(config.h)