2004-04-13 15:28:45 +00:00
|
|
|
# allocsa.m4 serial 3
|
2004-04-04 06:53:53 +00:00
|
|
|
dnl Copyright (C) 2003-2004 Free Software Foundation, Inc.
|
2005-01-22 06:25:53 +00:00
|
|
|
dnl This file is free software; the Free Software Foundation
|
|
|
|
|
dnl gives unlimited permission to copy and/or distribute it,
|
|
|
|
|
dnl with or without modifications, as long as this notice is preserved.
|
2004-04-04 06:53:53 +00:00
|
|
|
|
|
|
|
|
AC_DEFUN([gl_ALLOCSA],
|
|
|
|
|
[
|
|
|
|
|
dnl Use the autoconf tests for alloca(), but not the AC_SUBSTed variables
|
|
|
|
|
dnl @ALLOCA@ and @LTALLOCA@.
|
|
|
|
|
AC_REQUIRE([gl_FUNC_ALLOCA])
|
|
|
|
|
AC_REQUIRE([gl_EEMALLOC])
|
2004-04-13 15:28:45 +00:00
|
|
|
AC_REQUIRE([gl_AC_TYPE_LONG_LONG])
|
2004-04-04 06:53:53 +00:00
|
|
|
AC_REQUIRE([gt_TYPE_LONGDOUBLE])
|
|
|
|
|
])
|