X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fallocsa.m4;h=5f51c989a02d9ea0e0436557f616f7fefa40771c;hb=9f88c0b0e0cfa8a9c25f1db4f58b837c7b891575;hp=fea322075412b40f3bc2260937bf67e2bd559099;hpb=cfc2c6cad8ee96eb8e7f8d9fa9f6739533867047;p=gnulib.git diff --git a/m4/allocsa.m4 b/m4/allocsa.m4 index fea322075..5f51c989a 100644 --- a/m4/allocsa.m4 +++ b/m4/allocsa.m4 @@ -1,5 +1,5 @@ -# allocsa.m4 serial 4 -dnl Copyright (C) 2003-2004, 2006 Free Software Foundation, Inc. +# allocsa.m4 serial 7 +dnl Copyright (C) 2003-2004, 2006-2007 Free Software Foundation, Inc. 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. @@ -8,8 +8,7 @@ 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]) + dnl gl_FUNC_ALLOCA dnl Already brought in by the module dependencies. AC_REQUIRE([gl_EEMALLOC]) AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) - AC_REQUIRE([gt_TYPE_LONGDOUBLE]) ])