.
authorJim Meyering <jim@meyering.net>
Sun, 15 Mar 1998 09:07:39 +0000 (09:07 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 15 Mar 1998 09:07:39 +0000 (09:07 +0000)
m4/error.m4 [new file with mode: 0644]

diff --git a/m4/error.m4 b/m4/error.m4
new file mode 100644 (file)
index 0000000..358d650
--- /dev/null
@@ -0,0 +1,8 @@
+strerror_r
+
+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_HEADER_STDC
+])