Avoid using the syntax symbol() in formatted documentation.
[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
17 configure.ac:
18 gl_ERROR
19 m4_ifdef([AM_XGETTEXT_OPTION],
20   [AM_XGETTEXT_OPTION([--flag=error:3:c-format])
21    AM_XGETTEXT_OPTION([--flag=error_at_line:5:c-format])])
22
23 Makefile.am:
24
25 Include:
26 "error.h"
27
28 License:
29 LGPL
30
31 Maintainer:
32 all, glibc