+2005-01-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * config/ltmain.m4sh: Fix endless loop in cmdline parsing.
+
2005-01-25 Albert Chin-A-Young <china@thewrittenword.com>
* config/ltmain.m4sh (func_mode_link) [irix]: Preserve processor
# sed scripts:
my_sed_single_opt='1s/^\(..\).*$/\1/;q'
my_sed_single_rest='1s/^..\(.*\)$/\1/;q'
- my_sed_long_opt='1s/^\(--[[^=]]*\)=.*/\1/;q'
- my_sed_long_arg='1s/^--[[^=]]*=//'
+ my_sed_long_opt='1s/^\(-[[^=]]*\)=.*/\1/;q'
+ my_sed_long_arg='1s/^-[[^=]]*=//'
# Shorthand for --mode=foo, only valid as the first argument
case $1 in