[PATCH 4/6] wmmp3: Modernize AM_INIT_AUTOMAKE

Doug Torrance <[email protected]>
Newsgroups gmane.compw.window-managers.windowmaker.devel
Message-ID <[email protected]>
---
 wmmp3/configure.ac | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/wmmp3/configure.ac b/wmmp3/configure.ac
index 69a6c9d..b8229c6 100644
--- a/wmmp3/configure.ac
+++ b/wmmp3/configure.ac
@@ -1,5 +1,6 @@
-AC_INIT(main.c)
-AM_INIT_AUTOMAKE(wmmp3,0.12)
+AC_INIT(wmmp3,0.12)
+AC_CONFIG_SRCDIR(main.c)
+AM_INIT_AUTOMAKE(foreign)
 AC_PROG_CC
 AC_PROG_INSTALL
 AC_PATH_XTRA
-- 
2.7.4


-- 
To unsubscribe, send mail to [email protected].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.