-
Incident report
-
Resolution: Fixed
-
Trivial
-
None
-
None
-
Sprint 25, Sprint 26
-
0.125
./configure -h output is inconsistant because of different help strings used in m4 macros, for example:
If you want to use cURL library: --with-libcurl[=DIR] use cURL package [default=no], optionally specify path to curl-config If you want to specify iconv installation directories: --with-iconv=[DIR] use iconv from given base install directory (DIR),
First is the correct syntax, so all scripts must be fixed to have similar syntax - the '=' must be moved inside [ ].