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

2010-06-10 Thread Gary V. Vaughan
Okay to push? * libtoolize.m4sh: Replace hand written shell code with a call to M4SH_GETOPTS. Move some premature initialization from the preamble to the main part of the script. Exit with an error on spurious additional non-option arguments. (envopts): Integrate LIBTOOLIZE_OPTIONS pre-parsing

Re: [PATCH] Use getopt.m4sh to generate libtoolize option parser.

2010-06-10 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Thu, Jun 10, 2010 at 05:18:08PM CEST: Okay to push? Some of the $ECHO use ($ECHO $opt) now became plain echo, that might be a problem with backslashes or leading single hyphens. Otherwise, it looks to me like with --ltdl=foo --ltdl=bar the old version

Re: [PATCH] Use getopt.m4sh to generate libtoolize option parser.

2010-06-10 Thread Gary V. Vaughan
Hallo Ralf, Thanks for the review. On 10 Jun 2010, at 23:54, Ralf Wildenhues wrote: * Gary V. Vaughan wrote on Thu, Jun 10, 2010 at 05:18:08PM CEST: Okay to push? Some of the $ECHO use ($ECHO $opt) now became plain echo, that might be a problem with backslashes or leading single hyphens.