From: Jim Meyering Date: Mon, 17 Jan 2000 10:00:19 +0000 (+0000) Subject: Revert this change (they're not the same): X-Git-Tag: FILEUTILS-4_0p~161 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f54d0b6b7cb8b9db428f4fa4ccd304fad993179;p=thirdparty%2Fcoreutils.git Revert this change (they're not the same): Use new AC_C_PROTOTYPES instead of AM_C_PROTOTYPES. --- diff --git a/m4/prereq.m4 b/m4/prereq.m4 index 7f6b7efa3b..286f990a1e 100644 --- a/m4/prereq.m4 +++ b/m4/prereq.m4 @@ -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 - AC_C_PROTOTYPES + AC_M_PROTOTYPES ]) AC_DEFUN(jm_PREREQ_READUTMP,