summaryrefslogtreecommitdiff
path: root/m4/error.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-03-16 17:01:11 +0000
committerJim Meyering <jim@meyering.net>2001-03-16 17:01:11 +0000
commit79b030e31761149d0843869162916ed0ed9c6c9c (patch)
tree5ee480ccc03abab2a077cc469bd534090ee9732a /m4/error.m4
parent0a0306d1493033caa29c133657f6618af25e2491 (diff)
downloadcoreutils-79b030e31761149d0843869162916ed0ed9c6c9c.tar.xz
(jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
Diffstat (limited to 'm4/error.m4')
-rw-r--r--m4/error.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/error.m4 b/m4/error.m4
index eb0f776bb..91abae39d 100644
--- a/m4/error.m4
+++ b/m4/error.m4
@@ -1,4 +1,4 @@
-#serial 1
+#serial 2
dnl FIXME: put these prerequisite-only *.m4 files in a separate
dnl directory -- otherwise, they'll conflict with existing files.
@@ -7,5 +7,6 @@ dnl These are the prerequisite macros for GNU's error.c file.
AC_DEFUN(jm_PREREQ_ERROR,
[
AC_CHECK_FUNCS(strerror strerror_r vprintf doprnt)
+ AC_FUNC_STRERROR_R
AC_HEADER_STDC
])