1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-17 18:35:11 +02:00
Files
coreutils/m4/error.m4

12 lines
305 B
Plaintext
Raw Normal View History

1998-03-15 09:43:27 +00:00
#serial 1
1998-03-15 09:07:39 +00:00
1998-03-15 09:48:52 +00:00
dnl FIXME: put these prerequisite-only *.m4 files in a separate
dnl directory -- otherwise, they'll conflict with existing files.
1998-03-15 09:07:39 +00:00
dnl These are the prerequisite macros for GNU's error.c file.
1998-03-15 09:10:21 +00:00
AC_DEFUN(jm_PREREQ_ERROR,
1998-03-15 09:07:39 +00:00
[
AC_CHECK_FUNCS(strerror strerror_r vprintf doprnt)
AC_HEADER_STDC
])