From 27076d4e4044d3fb73235518cf7e416c352fd7e3 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 23 Aug 2001 17:25:15 +0000 Subject: [PATCH] serial 3 --- m4/error.m4 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 m4/error.m4 diff --git a/m4/error.m4 b/m4/error.m4 new file mode 100644 index 0000000..3d9b2b7 --- /dev/null +++ b/m4/error.m4 @@ -0,0 +1,12 @@ +#serial 3 + +dnl FIXME: put these prerequisite-only *.m4 files in a separate +dnl directory -- otherwise, they'll conflict with existing files. + +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 +]) -- 2.45.2