[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: autotools alternatives, is anybody using autosetup?
- From: Aleksey Cheusov <cheusov@...>
- Date: Tue, 17 Jul 2012 13:49:31 +0300
Consider using mk-configure as a replacement for autotools.
http://sourceforge.net/projects/mk-configure
https://github.com/cheusov/mk-configure
It is a portable general purpose build automation system that has
support for Lua.
You can find simple examples under examples/hello_lua{,2,3}
directories on github.