Details
-
Type:
Incident report
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.0.0alpha3, 4.0 (plan)
-
Component/s: Installation (I)
-
Labels:None
-
Team:Team C
-
Sprint:Sprint 25, Sprint 26
-
Story Points:0.125
Description
./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 [ ].