forked from mirrors/tftp-hpa-google
Clean up configure --help, add installation instructions.
This commit is contained in:
parent
9753e234c6
commit
02a2558d11
3 changed files with 261 additions and 3 deletions
|
@ -79,7 +79,7 @@ AH_TEMPLATE([HAVE_IPPORT_TFTP_DEFINITION],
|
|||
PA_HEADER_DEFINES(netinet/in.h, int, IPPORT_TFTP)
|
||||
|
||||
PA_WITH_BOOL(tcpwrappers, 1,
|
||||
[ --without-tcpwrappers Disable tcpwrapper permissions checking],
|
||||
[ --without-tcpwrappers disable tcpwrapper permissions checking],
|
||||
[
|
||||
AC_SEARCH_LIBS(yp_get_default_domain, [nsl resolv])
|
||||
PA_HAVE_TCPWRAPPERS
|
||||
|
@ -89,7 +89,7 @@ AH_TEMPLATE([WITH_REGEX],
|
|||
[Define if we are compiling with regex filename remapping.])
|
||||
|
||||
PA_WITH_BOOL(remap, 1,
|
||||
[ --without-remap Disable regex-based filename remapping],
|
||||
[ --without-remap disable regex-based filename remapping],
|
||||
[
|
||||
AC_CHECK_HEADER(regex.h,
|
||||
[
|
||||
|
@ -105,7 +105,7 @@ AH_TEMPLATE([WITH_READLINE],
|
|||
[Define if we are compiling with readline command-line editing.])
|
||||
|
||||
PA_WITH_BOOL(readline, 1,
|
||||
[ --without-readline Disable the use of readline command-line editing],
|
||||
[ --without-readline disable the use of readline command-line editing],
|
||||
[
|
||||
USE_READLINE=true
|
||||
AC_CHECK_HEADER(readline/readline.h, [], [USE_READLINE=false])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue