intprops-tests: work around HP-UX 11.23 cc bug with constants
[pspp] / modules / perror
1 Description:
2 perror() function: print a message describing error code.
3
4 Files:
5 lib/perror.c
6 lib/strerror-impl.h
7 m4/perror.m4
8
9 Depends-on:
10 stdio
11 errno            [test $REPLACE_PERROR = 1]
12 intprops         [test $REPLACE_PERROR = 1]
13 verify           [test $REPLACE_PERROR = 1]
14 strerror_r-posix [test $REPLACE_PERROR = 1]
15
16 configure.ac:
17 gl_FUNC_PERROR
18 gl_STRING_MODULE_INDICATOR([perror])
19
20 Makefile.am:
21
22 Include:
23 <stdio.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 all