wmlongrun: Modernize AM_INIT_AUTOMAKE call.

This commit is contained in:
Doug Torrance 2016-12-23 18:28:19 -05:00 committed by Carlos R. Mafra
parent 0d8b0c46fa
commit 23aaecbec8

View file

@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/main.c)
AM_INIT_AUTOMAKE(wmlongrun, 0.3.0pre1)
AC_INIT([wmlongrun], [0.3.0pre1], [wmaker-dev@lists.windowmaker.org])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
dnl Checks for programs.