lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.