Start phasing out internal copy of Lua
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 16 Apr 2008 12:13:25 +0000 (15:13 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 16 Apr 2008 12:37:52 +0000 (15:37 +0300)
commitd48e6c8380ebd1f8d4d4f2c80237dc1488da4721
tree004158090fc80b15a620f2c960b0e029cad25835
parent23f6917b10b6579f39199e4cf831bb13fc596824
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
14 files changed:
Makefile.am
configure.ac
luaext/Makefile.am [new file with mode: 0644]
luaext/linit.c [moved from lua/local/linit.c with 100% similarity]
luaext/linit.h [moved from lua/local/linit.h with 100% similarity]
luaext/linit.lch [moved from lua/local/linit.lch with 100% similarity]
luaext/linit.lua [moved from lua/local/linit.lua with 100% similarity]
luaext/lposix.c [moved from lua/local/lposix.c with 99% similarity]
luaext/lposix.h [moved from lua/local/lposix.h with 100% similarity]
luaext/lrexlib.c [moved from lua/local/lrexlib.c with 100% similarity]
luaext/lrexlib.h [moved from lua/local/lrexlib.h with 100% similarity]
luaext/modemuncher.c [moved from lua/local/modemuncher.c with 100% similarity]
luaext/userconfig.c [moved from lua/local/userconfig.c with 100% similarity]
rpmio/rpmlua.c