source: trunk/essentials/sys-apps/grep/m4/error.m4

Last change on this file was 2557, checked in by bird, 19 years ago

grep 2.5.1a

File size: 305 bytes
Line 
1#serial 1
2
3dnl FIXME: put these prerequisite-only *.m4 files in a separate
4dnl directory -- otherwise, they'll conflict with existing files.
5
6dnl These are the prerequisite macros for GNU's error.c file.
7AC_DEFUN(jm_PREREQ_ERROR,
8[
9 AC_CHECK_FUNCS(strerror strerror_r vprintf doprnt)
10 AC_HEADER_STDC
11])
Note: See TracBrowser for help on using the repository browser.