spawn-pipe: Simplify.
[gnulib.git] / modules / error
blob36bf18a23386f4ae2d96d07c3413fd66c9e6b133
1 Description:
2 error and error_at_line functions: Error reporting.
4 Files:
5 lib/error.c
6 m4/error.m4
8 Depends-on:
9 error-h
10 stddef
11 stdio
12 getprogname     [test $COMPILE_ERROR_C = 1]
13 strerror        [test $COMPILE_ERROR_C = 1]
14 unistd          [test $COMPILE_ERROR_C = 1]
15 msvc-nothrow    [test $COMPILE_ERROR_C = 1]
17 configure.ac:
18 AC_REQUIRE([gl_ERROR_H])
19 gl_ERROR
20 gl_CONDITIONAL([GL_COND_OBJ_ERROR], [test $COMPILE_ERROR_C = 1])
21 AM_COND_IF([GL_COND_OBJ_ERROR], [
22   gl_PREREQ_ERROR
24 m4_ifdef([AM_XGETTEXT_OPTION],
25   [AM_][XGETTEXT_OPTION([--flag=error:3:c-format])
26    AM_][XGETTEXT_OPTION([--flag=error_at_line:5:c-format])])
28 Makefile.am:
29 if GL_COND_OBJ_ERROR
30 lib_SOURCES += error.c
31 endif
33 Include:
34 <error.h>
36 License:
37 LGPLv2+
39 Maintainer:
40 all, glibc