# HG changeset patch # User Jim Meyering # Date 948026371 0 # Node ID 37aabb00774314d93de9be44562271db9288ed5f # Parent b7ff3516d78935d5dc63e6bdee6b11ff2084da99 Use new AC_C_PROTOTYPES instead of AM_C_PROTOTYPES. diff --git a/m4/prereq.m4 b/m4/prereq.m4 --- 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,