X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fallocsa.m4;h=5f51c989a02d9ea0e0436557f616f7fefa40771c;hb=8e74296348d2d5197a301ebf8c8b1e4342088ad3;hp=9ec0024484dc9ebfa1114f813455fb7be8fbd8b2;hpb=23fe10e274cf20fb2cb75ea1da9556a733106657;p=gnulib.git diff --git a/m4/allocsa.m4 b/m4/allocsa.m4 index 9ec002448..5f51c989a 100644 --- a/m4/allocsa.m4 +++ b/m4/allocsa.m4 @@ -1,17 +1,14 @@ -# allocsa.m4 serial 3 -dnl Copyright (C) 2003-2004 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. +# 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. 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([gl_AC_TYPE_LONG_LONG]) - AC_REQUIRE([gt_TYPE_LONGDOUBLE]) + AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) ])