bug-gnulib
[Top][All Lists]
Advanced

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

Re: warning: module to simplify adding compiler warnings


From: Bruno Haible
Subject: Re: warning: module to simplify adding compiler warnings
Date: Tue, 11 Nov 2008 13:45:32 +0100
User-agent: KMail/1.5.4

Paolo Bonzini wrote:
> @@ -47,4 +47,5 @@
>  gl_AS_VAR_IF([gl_Warn], [yes], [gl_AS_VAR_APPEND([gl_Flags], [" $1"])])
>  AS_VAR_POPDEF([gl_Flags])dnl
>  AS_VAR_POPDEF([gl_Warn])dnl
> +AS_LITERAL_IF([$2], [AC_SUBST([$2])], [])dnl

AS_LITERAL_IF is not documented in autoconf 2.63. Is there a documented
replacement?

Also, if only one argument is given, won't this do an AC_SUBST([]) ?

Bruno





reply via email to

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