1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00
Files
coreutils/m4/error.m4

15 lines
378 B
Plaintext
Raw Normal View History

#serial 5
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_CHECK_HEADERS([libintl.h])
AC_FUNC_STRERROR_R
1998-03-15 09:07:39 +00:00
AC_HEADER_STDC
])