bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH v2] version-etc: extend for packagers


From: Bruno Haible
Subject: Re: [PATCH v2] version-etc: extend for packagers
Date: Mon, 1 Jun 2009 12:21:34 +0200
User-agent: KMail/1.9.9

Mike Frysinger wrote:
> +     *) AC_DEFINE_UNQUOTED(AS_TR_CPP([PACKAGE_$1]), ["$withval"], [$2]) ;;

We try to avoid unintended m4 expansion of identifiers by using brackets
around arguments where possible:
        *) AC_DEFINE_UNQUOTED([AS_TR_CPP([PACKAGE_$1])], ["$withval"], [$2]) ;;

(If PACKAGE_PACKAGER is actually defined as an m4 macro, this won't help much
with autoconf-2.63, due to a bug in autoconf. You probably need to wait for a
future autoconf version to get this fixed completely.)

Bruno




reply via email to

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