summaryrefslogtreecommitdiff
path: root/m4/prereq.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-17 10:00:19 +0000
committerJim Meyering <jim@meyering.net>2000-01-17 10:00:19 +0000
commit7f54d0b6b7cb8b9db428f4fa4ccd304fad993179 (patch)
tree6ae8e812ce346b874fa1db577c9152ed5a53643d /m4/prereq.m4
parent751d1a1888ccd5569eeca117e3c4d1e5b90240a5 (diff)
downloadcoreutils-7f54d0b6b7cb8b9db428f4fa4ccd304fad993179.tar.xz
Revert this change (they're not the same):
Use new AC_C_PROTOTYPES instead of AM_C_PROTOTYPES.
Diffstat (limited to 'm4/prereq.m4')
-rw-r--r--m4/prereq.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/prereq.m4 b/m4/prereq.m4
index 7f6b7efa3..286f990a1 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,