mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +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:
committed by
Carlos R. Mafra
parent
f956609a43
commit
2c6c7d51c9
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user