From: Jim Meyering Date: Sun, 16 Jan 2000 12:39:31 +0000 (+0000) Subject: Use new AC_C_PROTOTYPES instead of AM_C_PROTOTYPES. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0051df28827c5a084b12fc521399abe7aee5189c;p=pspp Use new AC_C_PROTOTYPES instead of AM_C_PROTOTYPES. --- diff --git a/m4/prereq.m4 b/m4/prereq.m4 index d07d57b962..7f6b7efa3b 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,