summaryrefslogtreecommitdiff
path: root/m4/prereq.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-16 12:39:31 +0000
committerJim Meyering <jim@meyering.net>2000-01-16 12:39:31 +0000
commit110b79479d515573d6988eb14f6546daccb9bbc7 (patch)
treedd94e9f0ee029120f9ae9d1cae5a9eb9a99c3117 /m4/prereq.m4
parente64e8130b18182e84cb69be0d97068da41354e55 (diff)
downloadcoreutils-110b79479d515573d6988eb14f6546daccb9bbc7.tar.xz
Use new AC_C_PROTOTYPES instead of AM_C_PROTOTYPES.
Diffstat (limited to 'm4/prereq.m4')
-rw-r--r--m4/prereq.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/prereq.m4 b/m4/prereq.m4
index d07d57b96..7f6b7efa3 100644
--- a/m4/prereq.m4
+++ b/m4/prereq.m4
@@ -1,4 +1,4 @@
-#serial 3
+#serial 4
dnl These are the prerequisite macros for files in the lib/
dnl directories of the fileutils, sh-utils, and textutils packages.
@@ -33,7 +33,7 @@ AC_DEFUN(jm_PREREQ_QUOTEARG,
AC_CHECK_HEADERS(limits.h stdlib.h string.h wchar.h)
AC_HEADER_STDC
AC_C_BACKSLASH_A
- AM_C_PROTOTYPES
+ AC_C_PROTOTYPES
])
AC_DEFUN(jm_PREREQ_READUTMP,