[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Simple multilib project
From: |
Alexandre Duret-Lutz |
Subject: |
Re: Simple multilib project |
Date: |
Thu, 03 Jun 2004 22:38:00 +0200 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) |
>>> "Ralf" == Ralf Corsepius <address@hidden> 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 <address@hidden>
# and send patches to <address@hidden>.
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Simple multilib project,
Alexandre Duret-Lutz <=