在make install之前,运行configure 的时候,如何得知全部支持的参数
比如,在安装openldap 的时候,一般有这么一行,对一些参数作了设定
./configure --prefix=/usr/local/openldap --enable-ldbm=yes --enable-bdb=no --enable-ipv6=no
但是,通常情况下,我如何得知这个软件(比如openldap)都支持哪些设定参数呢?
------解决方案--------------------下的packet里面的README或者INSTALL INFO一般都有介绍
------解决方案--------------------一般情况下,执行./configure --help
------解决方案--------------------./configure --help