autoupdate
[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
16 unistd
17
18 configure.ac:
19 gl_ERROR
20 m4_ifdef([AM_XGETTEXT_OPTION],
21   [AM_][XGETTEXT_OPTION([--flag=error:3:c-format])
22    AM_][XGETTEXT_OPTION([--flag=error_at_line:5:c-format])])
23
24 Makefile.am:
25
26 Include:
27 "error.h"
28
29 License:
30 LGPL
31
32 Maintainer:
33 all, glibc