verify: new macro 'assume'
[gnulib.git] / modules / verror
1 Description:
2 verror and verror_at_line functions: Error reporting with va_list.
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=verror:3:c-format --flag=verror_at_line:5:c-format
8
9 Files:
10 lib/verror.h
11 lib/verror.c
12
13 Depends-on:
14 error
15 xvasprintf
16
17 configure.ac:
18 m4_ifdef([AM_XGETTEXT_OPTION],
19   [AM_][XGETTEXT_OPTION([--flag=verror:3:c-format])
20    AM_][XGETTEXT_OPTION([--flag=verror_at_line:5:c-format])])
21
22 Makefile.am:
23 lib_SOURCES += verror.h verror.c
24
25 Include:
26 "verror.h"
27
28 License:
29 GPL
30
31 Maintainer:
32 Eric Blake