38e28ce6338efc857f4e8f814fb30823546b69e2
[gnulib.git] / modules / perror
1 Description:
2 perror() function: print a message describing error code.
3
4 Files:
5 lib/perror.c
6 m4/perror.m4
7
8 Depends-on:
9 stdio
10 errno            [test $REPLACE_PERROR = 1]
11 intprops         [test $REPLACE_PERROR = 1]
12 verify           [test $REPLACE_PERROR = 1]
13 strerror_r-posix [test $REPLACE_PERROR = 1]
14
15 configure.ac:
16 gl_FUNC_PERROR
17 gl_STRING_MODULE_INDICATOR([perror])
18 if test $REPLACE_PERROR = 1; then
19   AC_LIBOBJ([perror])
20 fi
21
22 Makefile.am:
23
24 Include:
25 <stdio.h>
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 all