[root@Lamp ~]# cd /byrd/tools/httpd-2.4.16
[root@Lamp httpd-2.4.16]# ./configure -h
`configure' configures this package to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE. See below for descriptions of some of the useful variables.
Defaults for the options are specified in brackets.
Configuration:
-h, --help display this help and exit(显示帮助文档)
--help=short display options specific to this package(使用short参数将只显示正在运行的当前脚本的选项,而不能列出适用于Apache配置脚本所运行的外部配置脚本的选项)
--help=recursive display the short help of all the included packages(使用recursive参数将显示所有程序包的简短描述)
-V, --version display version information and exit(显示版本信息)
-q, --quiet, --silent do not print `checking ...' messages(不显示脚本工作期间输出的”checking …”消息)
--cache-file=FILE cache test results in FILE [disabled](在FILE文件中缓存测试结果(默认禁用)。)
-C, --config-cache alias for `--cache-file=config.cache'(等价于 –cache-file=config.cache)
-n, --no-create do not create output files(configure脚本运行结束后不输出结果文件,常用于正式编译前的测试)
--srcdir=DIR find the sources in DIR [configure dir or `..'](指定源代码所在目录DIR 。[configure脚本所在目录或父目录])
Installation directories:
--prefix=PREFIX install Continue reading "Apache 编译参数集【2.4.16】中文版"