|
|
||
|
Miles Bader wrote: [...]
1) Is it a good idea to include the entire Lua source distribution
(e.g. "lua-5.1.2/") as a subdirectory, or just include the actual
Lua source (the "src/" subdir of the Lua distribution).
2) What's a good way to invoke the Lua Makefile from a
autoconf/automake built project? In particular, one conventionally
specifies a machine-specific target to invoke the Lua Makefile;
maybe in the case of a hardwired distribution, it's better to just
use the "posix" target, and always link statically?
3) If a Lua library is found on the system where the project is being
built, should I use that, or just always use the Lua version
included with my project.
It Depends.
-- David Given dg@cowlark.com