gnulib-tool.py: Fix formatting of error message in last commit.
[gnulib.git] / modules / perror
blob14c57804447125401335aa308775491d9737b779
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 gl_CONDITIONAL([GL_COND_OBJ_PERROR], [test $REPLACE_PERROR = 1])
17 gl_STRING_MODULE_INDICATOR([perror])
19 Makefile.am:
20 if GL_COND_OBJ_PERROR
21 lib_SOURCES += perror.c
22 endif
24 Include:
25 <stdio.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 all