ptsname_r: Work around bug on Android 4.3.
[gnulib.git] / modules / verror
blob6b837e9e3c5dd11624eb6b1aeba09b069530983e
1 Description:
2 verror and verror_at_line functions: Error reporting with va_list.
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
9 Files:
10 lib/verror.h
11 lib/verror.c
13 Depends-on:
14 error
15 xvasprintf
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])])
22 Makefile.am:
23 lib_SOURCES += verror.h verror.c
25 Include:
26 "verror.h"
28 License:
29 GPL
31 Maintainer:
32 Eric Blake