test-framework-sh: Fix side effect on dfa tests (regression 2024-06-11).
[gnulib.git] / m4 / malloca.m4
blob9e09d22cb9b7a64d7695a349a1bcda7b01c4a342
1 # malloca.m4
2 # serial 2
3 dnl Copyright (C) 2003-2004, 2006-2007, 2009-2024 Free Software Foundation,
4 dnl Inc.
5 dnl This file is free software; the Free Software Foundation
6 dnl gives unlimited permission to copy and/or distribute it,
7 dnl with or without modifications, as long as this notice is preserved.
9 AC_DEFUN([gl_MALLOCA],
11   dnl Use the autoconf tests for alloca(), but not the AC_SUBSTed variables
12   dnl @ALLOCA@ and @LTALLOCA@.
13   dnl gl_FUNC_ALLOCA   dnl Already brought in by the module dependencies.
14   AC_REQUIRE([gl_EEMALLOC])