Re: [patch #7759] Use AS_HELP_STRING in libtool.m4
Brooks Moses <[email protected]>
| Newsgroups | gmane.comp.gnu.libtool.patches |
|---|---|
| Message-ID | <[email protected]> |
On 04/13/2012 07:12 PM, Alex wrote: > Details: > > 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. Looks like this is essentially a duplicate of the later patch from Peter Johansson that I just committed: http://git.savannah.gnu.org/gitweb/?p=libtool.git;a=commitdiff;h=d5a9df4837136fa90e9147778939d5c628bc7213 In any case, thanks for reporting this and offering a patch! - Brooks