GNU Libtool - Patches: patch #7759, Use AS_HELP_STRING in libtool.m4
You are not allowed to post comments on this tracker with your current authentication level.
patch #7759: Use AS_HELP_STRING in libtool.m4
Submitter: | Alex <lxop> | ||
Submitted: | Sat 14 Apr 2012 02:11:59 AM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2012-04-14 | lxop | Attached File | - | ![]() |
Added help_string.patch, #25640 |
The help text for the --with-sysroot option was written directly rather than using the AS_HELP_STRING macro to make the printing line up. Also, the square brackets around [=DIR] were being swallowed by m4.
Patch attached to rectify both problems.