posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / verror
blobe183f68ea159a0cdc43f4af434fc58ffad7984c7
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 stdio
15 error
16 xvasprintf
18 configure.ac:
19 m4_ifdef([AM_XGETTEXT_OPTION],
20   [AM_][XGETTEXT_OPTION([--flag=verror:3:c-format])
21    AM_][XGETTEXT_OPTION([--flag=verror_at_line:5:c-format])])
23 Makefile.am:
24 lib_SOURCES += verror.h verror.c
26 Include:
27 "verror.h"
29 License:
30 GPL
32 Maintainer:
33 Eric Blake