1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-10 18:52:01 +02:00
This commit is contained in:
Jim Meyering
1998-03-15 09:07:39 +00:00
parent 12f49aa1ae
commit b3582e7533
+8
View File
@@ -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
])