Remove chk_mod.lua
commit9a39594ee69e354af4ae47490a59f42ad84e1ec6
authorToni Gundogdu <legatvs@gmail.com>
Sun, 3 Feb 2013 09:07:25 +0000 (3 11:07 +0200)
committerToni Gundogdu <legatvs@gmail.com>
Sun, 3 Feb 2013 09:20:05 +0000 (3 11:20 +0200)
tree60f0ff7278cd933f8e175ed7f2a4f412ad939443
parentc1bf9831cf9889d2a244f88ccf55646a7a290583
Remove chk_mod.lua

Briefly: Trivial trickery, really

In detail: Checking for lua(1) and the installed modules is a hassle

The name of this command varies per distro. It may be anything from
'lua' to 'lua51', 'lua5.1', 'lua-5.1', etc.  With the introduction
of Lua 5.2, we now may have any number of variations of those as well.

Just as with the lua(1), the modules may now come in 5.1 or 5.2 flavor,
causing the script to get pissy about the missing modules, even if
they were around.

  e.g. configure finds lua(1) (5.2) but the modules are installed for
       lua51(1) and found in a different module path, thus 'require'
       will fail

Not all modules (e.g. bitop) provide module version information, making
the module version checking impossible.

Signed-off-by: Toni Gundogdu <legatvs@gmail.com>
Makefile.am
chk_mod.lua [deleted file]
configure.ac