wmframepic: Update call to AM_INIT_AUTOMAKE.

Also take the opportunity to include the Window Maker dev mailing list in
AC_INIT.
This commit is contained in:
Doug Torrance 2017-08-20 10:36:27 -04:00 committed by Carlos R. Mafra
parent 83c0bb973e
commit 9b41489c42

View file

@ -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