Hello Vincent,

* Vincent Torri wrote on Tue, Jul 28, 2009 at 10:53:42AM CEST:
> if one uses AC_FUNC_ALLOCA, the autoconf documentation gives the way
> to correctly define alloca.
> 
> On FreeBSD, alloca is already defined in stdlib.h. So if stdlib.h is
> included before that piece of code, a warning is displayed by gcc.
> 
> Shouldn't a guard be added in the piece of code of the docmentation
> of AC_FUNC_ALLOCA in order to avoid that warning (like #ifndef
> alloca etc...) ?

Well, there is already a guard, but it is in text not in code:

     Source files that use `alloca' should start with a piece of code
     like the following, to declare it properly.

Or do you also get an error if you move that piece of code before the
stdlib.h include?

Cheers,
Ralf


_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to