From: Paul Eggert Date: Thu, 23 Aug 2001 17:25:15 +0000 (+0000) Subject: serial 3 X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=27076d4e4044d3fb73235518cf7e416c352fd7e3;p=chaz%2Ftar serial 3 --- 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 +])