Comparison

configure @ 5421:a3f0fe9431cf

configure: Add RUNWITH to --help
author Kim Alvefur <zash@zash.se>
date Wed, 03 Apr 2013 15:38:18 +0200
parent 5401:456c1998638d
child 5422:396072d62695
comparison
equal deleted inserted replaced
5419:e28fca8faf62 5421:a3f0fe9431cf
39 Default is \$PREFIX/var/lib/prosody 39 Default is \$PREFIX/var/lib/prosody
40 --lua-suffix=SUFFIX Versioning suffix to use in Lua filenames. 40 --lua-suffix=SUFFIX Versioning suffix to use in Lua filenames.
41 Default is "$LUA_SUFFIX" (lua$LUA_SUFFIX...) 41 Default is "$LUA_SUFFIX" (lua$LUA_SUFFIX...)
42 --with-lua=PREFIX Use Lua from given prefix. 42 --with-lua=PREFIX Use Lua from given prefix.
43 Default is $LUA_DIR 43 Default is $LUA_DIR
44 --runwith=BINARY What Lua binary to set as runtime environment.
45 Default is $RUNWITH
44 --with-lua-include=DIR You can also specify Lua's includes dir. 46 --with-lua-include=DIR You can also specify Lua's includes dir.
45 Default is \$LUA_DIR/include 47 Default is \$LUA_DIR/include
46 --with-lua-lib=DIR You can also specify Lua's libraries dir. 48 --with-lua-lib=DIR You can also specify Lua's libraries dir.
47 Default is \$LUA_DIR/lib 49 Default is \$LUA_DIR/lib
48 --with-idn=LIB The name of the IDN library to link with. 50 --with-idn=LIB The name of the IDN library to link with.