automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: multi.m4


From: Alexandre Duret-Lutz
Subject: Re: multi.m4
Date: 26 Dec 2001 18:32:39 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1

Hi,

>>> "Ralf" == Ralf Corsepius <address@hidden> writes:
[...]
 Ralf> +2001-12-18  Ralf Corsepius <address@hidden>
 Ralf> +
 Ralf> +        * m4/multi.m4: Fix quoting in AC_OUTPUT_COMMANDS.
[...]
 Ralf> +++ multi.m4     2001/12/18 08:47:52
 Ralf> @@ -51,8 +51,8 @@
 Ralf> # Only add multilib support code if we just rebuilt the top-level
 Ralf> # Makefile.
 Ralf> case " $CONFIG_FILES " in
 Ralf> - *" ifelse([$1],,Makefile,[$1]) "*)
 Ralf> -   ac_file=ifelse([$1],,Makefile,[$1]) . ${multi_basedir}/config-ml.in
 Ralf> + *" ]m4_if([$1],,Makefile,[$1])[ "*)
 Ralf> +   ac_file=]m4_if([$1],,Makefile,[$1])[ . ${multi_basedir}/config-ml.in

I'm checking this in, with `m4_if([$1],,Makefile,[$1])'
simplified as `m4_default([$1],Makefile)'.

(A similar "quoting-fix" patch was applied at revision 1.4 of
multi.m4, for PR/67, and mistakenly reverted in 1.6.)
-- 
Alexandre Duret-Lutz




reply via email to

[Prev in Thread] Current Thread [Next in Thread]