bug-gnulib
[Top][All Lists]
Advanced

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

Re: new module vararrays


From: Ralf Wildenhues
Subject: Re: new module vararrays
Date: Wed, 25 Oct 2006 08:34:53 +0200
User-agent: Mutt/1.5.13 (2006-10-09)

Hello Paul,

* Paul Eggert wrote on Wed, Oct 25, 2006 at 12:34:02AM CEST:
> I installed this into gnulib, since I think other modules can use it:
[...]
> +
> +AC_DEFUN([AC_C_VARARRAYS],
> +[
> +  AC_CACHE_CHECK([for variable-length arrays],
> +    ac_cv_c_vararrays,

This uses Autoconf name space for both the macro and the cache variable.
Why not go all the way and put it in Autoconf proper?  Alternatively,
if turnaround is too slow for you in that case, use the gl_ prefix and
replace gl_C_VARARRAYS with a AU_ALIAS once the Autoconf version is wide
spread?

Cheers,
Ralf




reply via email to

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