f8676176b1d0bf397df2fac1e13923afd40410ef
[gnulib.git] / modules / error
1 Description:
2 error and error_at_line functions: Error reporting.
3
4 Notice:
5 If you are using GNU gettext version 0.16.1 or older, add the following options
6 to XGETTEXT_OPTIONS in your po/Makevars:
7   --flag=error:3:c-format --flag=error_at_line:5:c-format
8
9 Files:
10 lib/error.h
11 lib/error.c
12 m4/error.m4
13
14 Depends-on:
15 strerror        [test $ac_cv_lib_error_at_line = no]
16 unistd          [test $ac_cv_lib_error_at_line = no]
17 msvc-nothrow    [test $ac_cv_lib_error_at_line = no]
18
19 configure.ac:
20 gl_ERROR
21 if test $ac_cv_lib_error_at_line = no; then
22   AC_LIBOBJ([error])
23   gl_PREREQ_ERROR
24 fi
25 m4_ifdef([AM_XGETTEXT_OPTION],
26   [AM_][XGETTEXT_OPTION([--flag=error:3:c-format])
27    AM_][XGETTEXT_OPTION([--flag=error_at_line:5:c-format])])
28
29 Makefile.am:
30
31 Include:
32 "error.h"
33
34 License:
35 LGPL
36
37 Maintainer:
38 all, glibc