1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-06 04:55:52 +02:00
Files
coreutils/m4/error.m4

14 lines
346 B
Plaintext
Raw Normal View History

#serial 4
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.
AC_DEFUN([jm_PREREQ_ERROR],
1998-03-15 09:07:39 +00:00
[
AC_CHECK_FUNCS(strerror vprintf doprnt)
AC_CHECK_DECLS([strerror])
AC_FUNC_STRERROR_R
1998-03-15 09:07:39 +00:00
AC_HEADER_STDC
])