Make Makefile.am example code more cut-and-paste friendly.
[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 errno
10 intprops
11 string
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