Avoid unnecessary compilation units, through conditional dependencies.
[gnulib.git] / modules / strerror
1 Description:
2 strerror() function: return string describing error code.
3
4 Files:
5 lib/strerror.c
6 m4/strerror.m4
7
8 Depends-on:
9 string
10 errno           [test $REPLACE_STRERROR = 1]
11 intprops        [test $REPLACE_STRERROR = 1]
12
13 configure.ac:
14 gl_FUNC_STRERROR
15 gl_STRING_MODULE_INDICATOR([strerror])
16
17 Makefile.am:
18
19 Include:
20 <string.h>
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 all