Mercurial > hg > octave-lojdl > gnulib-hg
comparison m4/allocsa.m4 @ 7475:99b9b91e548c
Use HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Wed, 11 Oct 2006 16:09:38 +0000 |
parents | adff74659d81 |
children | a0dfb5334b53 |
comparison
equal
deleted
inserted
replaced
7474:8fe931e85f4f | 7475:99b9b91e548c |
---|---|
1 # allocsa.m4 serial 3 | 1 # allocsa.m4 serial 4 |
2 dnl Copyright (C) 2003-2004 Free Software Foundation, Inc. | 2 dnl Copyright (C) 2003-2004, 2006 Free Software Foundation, Inc. |
3 dnl This file is free software; the Free Software Foundation | 3 dnl This file is free software; the Free Software Foundation |
4 dnl gives unlimited permission to copy and/or distribute it, | 4 dnl gives unlimited permission to copy and/or distribute it, |
5 dnl with or without modifications, as long as this notice is preserved. | 5 dnl with or without modifications, as long as this notice is preserved. |
6 | 6 |
7 AC_DEFUN([gl_ALLOCSA], | 7 AC_DEFUN([gl_ALLOCSA], |
8 [ | 8 [ |
9 dnl Use the autoconf tests for alloca(), but not the AC_SUBSTed variables | 9 dnl Use the autoconf tests for alloca(), but not the AC_SUBSTed variables |
10 dnl @ALLOCA@ and @LTALLOCA@. | 10 dnl @ALLOCA@ and @LTALLOCA@. |
11 AC_REQUIRE([gl_FUNC_ALLOCA]) | 11 AC_REQUIRE([gl_FUNC_ALLOCA]) |
12 AC_REQUIRE([gl_EEMALLOC]) | 12 AC_REQUIRE([gl_EEMALLOC]) |
13 AC_REQUIRE([gl_AC_TYPE_LONG_LONG]) | 13 AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) |
14 AC_REQUIRE([gt_TYPE_LONGDOUBLE]) | 14 AC_REQUIRE([gt_TYPE_LONGDOUBLE]) |
15 ]) | 15 ]) |