error: make the module depend on vfprintf-posix
[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        [test $ac_cv_lib_error_at_line = no]
16 unistd          [test $ac_cv_lib_error_at_line = no]
17 msvc-nothrow    [test $ac_cv_lib_error_at_line = no]
18 vfprintf-posix
19
20 configure.ac:
21 gl_ERROR
22 if test $ac_cv_lib_error_at_line = no; then
23   AC_LIBOBJ([error])
24   gl_PREREQ_ERROR
25 fi
26 m4_ifdef([AM_XGETTEXT_OPTION],
27   [AM_][XGETTEXT_OPTION([--flag=error:3:c-format])
28    AM_][XGETTEXT_OPTION([--flag=error_at_line:5:c-format])])
29
30 Makefile.am:
31
32 Include:
33 "error.h"
34
35 License:
36 LGPL
37
38 Maintainer:
39 all, glibc