From 4b105e01bb7e2ff414c622b775c9facca35cf80f Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 3 Apr 2013 15:38:18 +0200 Subject: configure: Add RUNWITH to --help --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 5c6439fc..4a268385 100755 --- a/configure +++ b/configure @@ -41,6 +41,8 @@ Configure Prosody prior to building. Default is "$LUA_SUFFIX" (lua$LUA_SUFFIX...) --with-lua=PREFIX Use Lua from given prefix. Default is $LUA_DIR +--runwith=BINARY What Lua binary to set as runtime environment. + Default is $RUNWITH --with-lua-include=DIR You can also specify Lua's includes dir. Default is \$LUA_DIR/include --with-lua-lib=DIR You can also specify Lua's libraries dir. -- cgit v1.2.3 From 901b5981d04e5a8232536ce4386e0bd87f14a120 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 3 Apr 2013 15:48:49 +0200 Subject: configure: Replaces tabs with spaces in --help --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 4a268385..ecf77a86 100755 --- a/configure +++ b/configure @@ -49,9 +49,9 @@ Configure Prosody prior to building. Default is \$LUA_DIR/lib --with-idn=LIB The name of the IDN library to link with. Default is $IDN_LIB ---idn-library=(idn|icu) Select library to use for IDNA functionality. - idn: use GNU libidn (default) - icu: use ICU from IBM +--idn-library=(idn|icu) Select library to use for IDNA functionality. + idn: use GNU libidn (default) + icu: use ICU from IBM --with-ssl=LIB The name of the SSL to link with. Default is $OPENSSL_LIB --cflags=FLAGS Flags to pass to the compiler -- cgit v1.2.3