[PATCH] Use getopt.m4sh to generate libtool option parser.

2010-06-11 Thread Gary V. Vaughan
Okay to push? * libltdl/config/ltmain.m4sh: Replace hand written shell code with a call to M4SH_GETOPTS. Rename some option variables in the client code to match the generated option parser settings. * libltdl/config/general.m4sh (func_echo, func_error) (func_warning): Use $opt_mode instead of

Re: Multiple test failures with --disable-shared

2010-06-11 Thread Peter O'Gorman
On 06/11/2010 11:53 AM, Dave Korn wrote: On 11/06/2010 16:18, Peter O'Gorman wrote: Hello Dave, The bindir.at test fails when libtool is configured with --disable-shared, I am considering just skipping the test in that case, but if the test is still useful, then perhaps we can change the check

Re: Multiple test failures with --disable-shared

2010-06-11 Thread Peter O'Gorman
On 06/10/2010 03:07 PM, Peter O'Gorman wrote: On 06/10/2010 11:10 AM, Peter O'Gorman wrote: Hi, I got an off-list report from a user about test failures in 2.2.6b, that turned out to be either because he'd configured with --disable-shared or libtool had incorrectly guessed that his system did

Re: Multiple test failures with --disable-shared

2010-06-11 Thread Gary V. Vaughan
Hi Peter, On 12 Jun 2010, at 11:39, Peter O'Gorman wrote: On 06/10/2010 03:07 PM, Peter O'Gorman wrote: On 06/10/2010 11:10 AM, Peter O'Gorman wrote: Hi, I got an off-list report from a user about test failures in 2.2.6b, that turned out to be either because he'd configured with