Also take the opportunity to include the Window Maker dev mailing list in AC_INIT. --- wmframepic/configure.ac | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/wmframepic/configure.ac b/wmframepic/configure.ac index 496ce91..616f121 100644 --- a/wmframepic/configure.ac +++ b/wmframepic/configure.ac @@ -1,9 +1,6 @@ -AC_INIT(src/main.c) - -PACKAGE=wmframepic -VERSION=0.1 - -AM_INIT_AUTOMAKE($PACKAGE, $VERSION) +AC_INIT([wmframepic], [0.1], [wmaker-dev@lists.windowmaker.org]) +AC_CONFIG_SRCDIR([src/main.c]) +AM_INIT_AUTOMAKE AC_PROG_CC AM_PROG_CC_C_O -- 2.11.0 -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.