Re: alloca.h example in the manual

2010-09-07 Thread Eric Blake
On 09/07/2010 12:55 PM, Giorgos Keramidas wrote: Hi all, The Autoconf manual (section 5.5.2, "Particular Function Checks") recommends the following check for source files that use the alloca() function: Which version of the manual are you looking at? This issue was recently reported; are the

alloca.h example in the manual

2010-09-07 Thread Giorgos Keramidas
Hi all, The Autoconf manual (section 5.5.2, "Particular Function Checks") recommends the following check for source files that use the alloca() function: #ifdef HAVE_ALLOCA_H # include #elif defined __GNUC__ # define alloca __builtin_alloca #elif defined _AIX # define all