Software /
code /
prosody
Comparison
configure @ 6634:3e226e387a67
configure: Mention openbsd preset in --help
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 26 Apr 2015 23:23:33 +0200 |
parent | 6580:74946f050209 |
child | 6635:ef88a6072228 |
comparison
equal
deleted
inserted
replaced
6632:855085439f7f | 6634:3e226e387a67 |
---|---|
30 cat <<EOF | 30 cat <<EOF |
31 Configure Prosody prior to building. | 31 Configure Prosody prior to building. |
32 | 32 |
33 --help This help. | 33 --help This help. |
34 --ostype=OS Use one of the OS presets. | 34 --ostype=OS Use one of the OS presets. |
35 May be one of: debian, macosx, linux, freebsd | 35 May be one of: debian, macosx, linux, freebsd, openbsd |
36 --prefix=DIR Prefix where Prosody should be installed. | 36 --prefix=DIR Prefix where Prosody should be installed. |
37 Default is $PREFIX | 37 Default is $PREFIX |
38 --sysconfdir=DIR Location where the config file should be installed. | 38 --sysconfdir=DIR Location where the config file should be installed. |
39 Default is \$PREFIX/etc/prosody | 39 Default is \$PREFIX/etc/prosody |
40 --libdir=DIR Location where the server files should be stored. | 40 --libdir=DIR Location where the server files should be stored. |