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
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