diff options
author | Jim Meyering <jim@meyering.net> | 2004-06-09 15:13:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-06-09 15:13:27 +0000 |
commit | 315eae50a5d70009314d405b8f6b9e0ede5e62c5 (patch) | |
tree | a876e6b980aa1752925bfc7d917cb68a5ce595a3 /m4 | |
parent | 24c8603356362fbd912e9ebce4027c7d6316f557 (diff) | |
download | coreutils-315eae50a5d70009314d405b8f6b9e0ede5e62c5.tar.xz |
(AC_FUNC_CALLOC): Remove use of AN_FUNCTION.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/calloc.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/calloc.m4 b/m4/calloc.m4 index fbeaaccf1..88861f9d4 100644 --- a/m4/calloc.m4 +++ b/m4/calloc.m4 @@ -31,7 +31,6 @@ AS_IF([test $ac_cv_func_calloc_0_nonnull = yes], [$1], [$2]) # --------------- # Report whether `calloc (0, 0)' is properly handled, and replace calloc if # needed. -AN_FUNCTION([calloc], [AC_FUNC_CALLOC]) AC_DEFUN([AC_FUNC_CALLOC], [_AC_FUNC_CALLOC_IF( [AC_DEFINE([HAVE_CALLOC], 1, |