Software /
code /
prosody
Comparison
configure @ 4444:498eaeff6a05
configure: Remove obsolete option '--require-config'
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 08 Dec 2011 07:41:28 +0000 |
parent | 3962:c77eff3ac5e1 |
child | 4451:70275ab52ab2 |
comparison
equal
deleted
inserted
replaced
4443:7456ddcc0b14 | 4444:498eaeff6a05 |
---|---|
57 Default is $LDFLAGS | 57 Default is $LDFLAGS |
58 --c-compiler=CC The C compiler to use when building modules. | 58 --c-compiler=CC The C compiler to use when building modules. |
59 Default is $CC | 59 Default is $CC |
60 --linker=CC The linker to use when building modules. | 60 --linker=CC The linker to use when building modules. |
61 Default is $LD | 61 Default is $LD |
62 --require-config Will cause Prosody to refuse to run when | |
63 it fails to find a configuration file | |
64 EOF | 62 EOF |
65 } | 63 } |
66 | 64 |
67 | 65 |
68 while [ "$1" ] | 66 while [ "$1" ] |
125 ;; | 123 ;; |
126 --datadir=*) | 124 --datadir=*) |
127 DATADIR="$value" | 125 DATADIR="$value" |
128 DATADIR_SET=yes | 126 DATADIR_SET=yes |
129 ;; | 127 ;; |
130 --require-config) | |
131 REQUIRE_CONFIG=yes | |
132 ;; | |
133 --lua-suffix=*) | 128 --lua-suffix=*) |
134 LUA_SUFFIX="$value" | 129 LUA_SUFFIX="$value" |
135 LUA_SUFFIX_SET=yes | 130 LUA_SUFFIX_SET=yes |
136 ;; | 131 ;; |
137 --with-lua=*) | 132 --with-lua=*) |
325 LUA_SUFFIX=$LUA_SUFFIX | 320 LUA_SUFFIX=$LUA_SUFFIX |
326 LUA_DIR=$LUA_DIR | 321 LUA_DIR=$LUA_DIR |
327 LUA_INCDIR=$LUA_INCDIR | 322 LUA_INCDIR=$LUA_INCDIR |
328 LUA_LIBDIR=$LUA_LIBDIR | 323 LUA_LIBDIR=$LUA_LIBDIR |
329 LUA_BINDIR=$LUA_BINDIR | 324 LUA_BINDIR=$LUA_BINDIR |
330 REQUIRE_CONFIG=$REQUIRE_CONFIG | |
331 IDN_LIB=$IDN_LIB | 325 IDN_LIB=$IDN_LIB |
332 IDNA_LIBS=$IDNA_LIBS | 326 IDNA_LIBS=$IDNA_LIBS |
333 OPENSSL_LIB=$OPENSSL_LIB | 327 OPENSSL_LIB=$OPENSSL_LIB |
334 CFLAGS=$CFLAGS | 328 CFLAGS=$CFLAGS |
335 LDFLAGS=$LDFLAGS | 329 LDFLAGS=$LDFLAGS |