warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / perror
blob8bc9d46b9f1dee4a7081fc2a69531b2207e4ff76
1 Description:
2 perror() function: print a message describing error code.
4 Files:
5 lib/perror.c
6 m4/perror.m4
8 Depends-on:
9 stdio
10 errno            [test $REPLACE_PERROR = 1]
11 strerror-override [test $REPLACE_PERROR = 1]
12 strerror_r-posix [test $REPLACE_PERROR = 1]
14 configure.ac:
15 gl_FUNC_PERROR
16 if test $REPLACE_PERROR = 1; then
17   AC_LIBOBJ([perror])
19 gl_STRING_MODULE_INDICATOR([perror])
21 Makefile.am:
23 Include:
24 <stdio.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 all