>>> "Ralf" == Ralf Corsepius <[EMAIL PROTECTED]> writes:

[...]

 Ralf>  case $option in
 Ralf> +# Unquote autoconf >= 2.57 added quotes
 Ralf> +  \'--*\') eval option="$option" ;;
 Ralf>    --*) ;;
 Ralf>    -*) option=-$option ;;
 Ralf>  esac

 Ralf> Now, the question is who and how to fix it.

 Ralf> IIRC, automake retrieves config-ml.in from gcc.

Yep.

% grep @gnu config-ml.in
# Please report bugs to <[EMAIL PROTECTED]>
# and send patches to <[EMAIL PROTECTED]>.

It's definitely where this should go.  
Maybe reopen http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11526
if the patch is not enough?
-- 
Alexandre Duret-Lutz



_______________________________________________
Autoconf mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to