[PATCH 5/9] wmlongrun: Modernize AM_INIT_AUTOMAKE call.
Doug Torrance <[email protected]>
| Newsgroups | gmane.compw.window-managers.windowmaker.devel |
|---|---|
| Message-ID | <[email protected]> |
--- wmlongrun/configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wmlongrun/configure.ac b/wmlongrun/configure.ac index ce483a8..3e43a40 100644 --- a/wmlongrun/configure.ac +++ b/wmlongrun/configure.ac @@ -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], [[email protected]]) +AC_CONFIG_SRCDIR([src/main.c]) +AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) dnl Checks for programs. -- 2.7.4 -- To unsubscribe, send mail to [email protected].