summaryrefslogtreecommitdiff
path: root/m4/xalloc.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-05 23:01:03 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-05 23:01:03 +0000
commitd86254a25acd878c97af400f8ad1309ac6e307b3 (patch)
treec15293059bff93c15975ced98e23d97c13307d7e /m4/xalloc.m4
parent71ff7490f9162ef114c2b141b1a1305e6c20c439 (diff)
downloadcoreutils-d86254a25acd878c97af400f8ad1309ac6e307b3.tar.xz
Sync from gnulib.
Diffstat (limited to 'm4/xalloc.m4')
-rw-r--r--m4/xalloc.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/m4/xalloc.m4 b/m4/xalloc.m4
index b2b9abaa1..4d9383509 100644
--- a/m4/xalloc.m4
+++ b/m4/xalloc.m4
@@ -21,9 +21,6 @@ AC_DEFUN([gl_PREREQ_XALLOC], [
# Prerequisites of lib/xmalloc.c.
AC_DEFUN([gl_PREREQ_XMALLOC], [
AC_REQUIRE([AC_C_INLINE])
- AC_REQUIRE([AC_FUNC_CALLOC])
- AC_REQUIRE([AC_FUNC_MALLOC])
- AC_REQUIRE([AC_FUNC_REALLOC])
:
])