Mercurial > hg > octave-lojdl > gnulib-hg
view 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 |
line wrap: on
line source
# allocsa.m4 serial 4 dnl Copyright (C) 2003-2004, 2006 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]) AC_REQUIRE([gl_EEMALLOC]) AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) AC_REQUIRE([gt_TYPE_LONGDOUBLE]) ])