summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-06 19:54:05 +0000
committerJim Meyering <jim@meyering.net>2003-06-06 19:54:05 +0000
commit9a687b646bc01882ce94b3bae8837dc96a5eb4e8 (patch)
tree425830ba4870b9425ef9ccbc3617d7fa3fc27d9e /m4
parent81c26ff410ba7a3c69fb6b1a40ad708c887effd7 (diff)
downloadcoreutils-9a687b646bc01882ce94b3bae8837dc96a5eb4e8.tar.xz
Require gl_FUNC_ALLOCA.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index f10a85347..588748bb8 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -1,4 +1,4 @@
-#serial 63 -*- autoconf -*-
+#serial 64 -*- autoconf -*-
m4_undefine([AC_LANG_SOURCE(C)])
dnl The following is identical to the definition in c.m4
@@ -89,6 +89,7 @@ AC_DEFUN([jm_MACROS],
AC_REQUIRE([AC_FUNC_FSEEKO])
AC_REQUIRE([AC_FUNC_VPRINTF])
AC_REQUIRE([AC_FUNC_ALLOCA])
+ AC_REQUIRE([gl_FUNC_ALLOCA])
AC_CONFIG_LIBOBJ_DIR([lib])
AC_FUNC_GETLOADAVG