Use new AC_C_PROTOTYPES instead of AM_C_PROTOTYPES.
authorJim Meyering <jim@meyering.net>
Sun, 16 Jan 2000 12:39:31 +0000 (12:39 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 16 Jan 2000 12:39:31 +0000 (12:39 +0000)
m4/prereq.m4

index d07d57b962256eab20f2d2674edc3a4d39ada364..7f6b7efa3bb15def8a77c8e0cd14491efef9c9f0 100644 (file)
@@ -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,