autoconf
[Top][All Lists]
Advanced

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

Re: avoiding undesired macro expansion after AS_TR_CPP


From: Raphael 'kena' Poss
Subject: Re: avoiding undesired macro expansion after AS_TR_CPP
Date: Thu, 3 Jun 2010 23:24:02 +0200

Op 3 jun 2010, om 22:52 heeft Bruno Haible het volgende geschreven:
>  AM_CONDITIONAL([LIBUNISTRING_]AS_TR_CPP([$1]), [true])

I'd try 

AM_CONDITIONAL([LIBUNISTRING_]m4_quote(AS_TR_CPP([$1])), [true])



reply via email to

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