Commit Graph

6 Commits

Author SHA1 Message Date
Panu Matilainen f825911b73 Use pkg-config to find Lua + determine flags (ticket #88)
- Additionally clean up the logic a bit and dont bother building
  any lua-related bits if disabled
2011-03-28 12:54:42 +03:00
Panu Matilainen 53e3f65b8e Fix include path of luaext subdir 2010-01-27 15:23:46 +02:00
Panu Matilainen fc9723a64c Reuse toplevel WITH_LUA_LIB setting instead of manual setting 2008-10-14 15:41:56 +03:00
Panu Matilainen f829c42f07 Fixup leftovers from lua/local -> luaext/ move 2008-04-16 15:54:40 +03:00
Panu Matilainen 1c979525dc Add modemuncher + lua init stuff to extra dist
- modemuncher.c gets included from lposix.c, urks
2008-04-16 15:37:52 +03:00
Panu Matilainen d48e6c8380 Start phasing out internal copy of Lua
- don't build internal copy of Lua
- move 3rd party extensions (posix and rexlib) to toplevel luaext/
  directory, built by default (unless --without-lua specified)
- auto*foo checks for external Lua
- minimal tweaks to lposix.c and rpmlua.c to get them build with Lua 5.1
2008-04-16 15:37:52 +03:00