Commits
Andrea D'Amore authored b938257fdea
1 + | --- configure.orig 2009-09-18 19:51:51.000000000 +0200 |
2 + | +++ configure 2009-09-18 19:55:23.000000000 +0200 |
3 + | |
4 + | lua_share=$lua_root/share/lua/5.1 |
5 + | lua_lib=$lua_root/lib/lua/5.1 |
6 + | bin_dir=$lua_root/bin |
7 + | - echo "LIB_OPTION= -shared" > config |
8 + | + echo "LIB_OPTION= -dynamiclib" > config |
9 + | echo "LUA_DIR= $lua_share" >> config |
10 + | echo "BIN_DIR= $bin_dir" >> config |
11 + | echo "LUA_LIBDIR= $lua_lib" >> config |