autoconf-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] Make AS_TR_SH and AS_TR_CPP similar.


From: Eric Blake
Subject: Re: [PATCH] Make AS_TR_SH and AS_TR_CPP similar.
Date: Sat, 3 Jul 2010 15:39:45 -0400 (EDT)

----- "Stefano Lattarini" <address@hidden> wrote:
> Hello Eric.
> 
> At Friday 02 July 2010, Eric Blake wrote:
> > * lib/m4sugar/m4sh.m4 (_AS_TR_CPP_LITERAL): Avoid underquoting.
> > (_AS_TR_CPP_INDIR): Handle all polymorphic variables.
> > * tests/m4sh.at (AS@&address@hidden and AS@&address@hidden): New test.
> > * NEWS: Document the fix.
> > Reported by Bruno Haible.
> > 
> > +echo ===
> > +[var=abc vAr=aBc VAR=ABC]
> > +echo AS_TR_SH($var) AS_TR_SH($vAr) AS_TR_SH($VAR)
> > +echo AS_TR_SH([$var]) AS_TR_SH([$vAr]) AS_TR_SH([$VAR])
> > +echo AS_TR_SH([[$var]]) AS_TR_SH([[$vAr]]) AS_TR_SH([[$VAR]])
> > +echo AS_TR_CPP($var) AS_TR_CPP($vAr) AS_TR_CPP($VAR)
> > +echo AS_TR_CPP([$var]) AS_TR_CPP([$vAr]) AS_TR_CPP([$VAR])
> > +echo AS_TR_CPP([[$var]]) AS_TR_CPP([[$vAr]]) AS_TR_CPP([[$VAR]])
> > +echo ===
> > +var=abc vAr=aBc VAR=ABC
> I've just thrown a quick glance at your patch, so this might be a
> stupid
> question... but what are these assignements above required for?

Copy-and-paste leftovers.  The second set of assignments is not
needed, and a patch to delete that line would be fine with me.

I'm about to head on vacation for two weeks, so I will not be pushing
the patch for this particular issue until after then (I'm hoping
that I can solve the more important problems with AC_SIZEOF before
I head out).

-- 
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org




reply via email to

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