summaryrefslogtreecommitdiff
path: root/m4/alloca.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-12 20:04:21 +0000
committerJim Meyering <jim@meyering.net>2003-09-12 20:04:21 +0000
commite0594cfaeda8e1189c9dd18fcdf7e3917554008e (patch)
tree1fc550754fc51d83d2a0e4c0cffcb7de9e214145 /m4/alloca.m4
parent4d08c701f96d2e6648a45a5ee917a3e75c3b81ce (diff)
downloadcoreutils-e0594cfaeda8e1189c9dd18fcdf7e3917554008e.tar.xz
(gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
Diffstat (limited to 'm4/alloca.m4')
-rw-r--r--m4/alloca.m46
1 files changed, 2 insertions, 4 deletions
diff --git a/m4/alloca.m4 b/m4/alloca.m4
index 4df039d20..793cf0ac0 100644
--- a/m4/alloca.m4
+++ b/m4/alloca.m4
@@ -1,4 +1,4 @@
-# alloca.m4 serial 2 (gettext-0.12)
+# alloca.m4 serial 3
dnl Copyright (C) 2002-2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
@@ -31,6 +31,4 @@ AC_DEFUN([gl_FUNC_ALLOCA],
# Prerequisites of lib/alloca.c.
# STACK_DIRECTION is already handled by AC_FUNC_ALLOCA.
-AC_DEFUN([gl_PREREQ_ALLOCA], [
- AC_CHECK_HEADERS_ONCE(stdlib.h string.h)
-])
+AC_DEFUN([gl_PREREQ_ALLOCA], [:])