gnulib-tool.py: Fix logic of --remove-import option.
[gnulib.git] / m4 / malloca.m4
blob8d80e38055b3195b6b3eac5d3fb57dc935123dd1
1 # malloca.m4
2 # serial 3
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.
8 dnl This file is offered as-is, without any warranty.
10 AC_DEFUN([gl_MALLOCA],
12   dnl Use the autoconf tests for alloca(), but not the AC_SUBSTed variables
13   dnl @ALLOCA@ and @LTALLOCA@.
14   dnl gl_FUNC_ALLOCA   dnl Already brought in by the module dependencies.
15   AC_REQUIRE([gl_FUNC_MALLOC_GNU])