changeset 2134:37aabb007743

Use new AC_C_PROTOTYPES instead of AM_C_PROTOTYPES.
author Jim Meyering <jim@meyering.net>
date Sun, 16 Jan 2000 12:39:31 +0000
parents b7ff3516d789
children 8abc57d1655b
files m4/prereq.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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_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,