]> Dogcows Code - chaz/tar/blob - m4/error.m4
3d9b2b7b678f04e181e03d06cbf772bd7a17f89b
[chaz/tar] / m4 / error.m4
1 #serial 3
2
3 dnl FIXME: put these prerequisite-only *.m4 files in a separate
4 dnl directory -- otherwise, they'll conflict with existing files.
5
6 dnl These are the prerequisite macros for GNU's error.c file.
7 AC_DEFUN([jm_PREREQ_ERROR],
8 [
9 AC_CHECK_FUNCS(strerror strerror_r vprintf doprnt)
10 AC_FUNC_STRERROR_R
11 AC_HEADER_STDC
12 ])
This page took 0.032169 seconds and 3 git commands to generate.