Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / error
blob15fb94093c7cbe7ad1e73507d12679f72597fdec
1 Description:
2 error and error_at_line functions: Error reporting.
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
9 Files:
10 lib/error.h
11 lib/error.c
12 m4/error.m4
14 Depends-on:
15 getprogname
16 stdio           [test $ac_cv_lib_error_at_line = no]
17 strerror        [test $ac_cv_lib_error_at_line = no]
18 unistd          [test $ac_cv_lib_error_at_line = no]
19 msvc-nothrow    [test $ac_cv_lib_error_at_line = no]
21 configure.ac:
22 gl_ERROR
23 if test $ac_cv_lib_error_at_line = no; then
24   AC_LIBOBJ([error])
25   gl_PREREQ_ERROR
27 m4_ifdef([AM_XGETTEXT_OPTION],
28   [AM_][XGETTEXT_OPTION([--flag=error:3:c-format])
29    AM_][XGETTEXT_OPTION([--flag=error_at_line:5:c-format])])
31 Makefile.am:
33 Include:
34 "error.h"
36 License:
37 LGPL
39 Maintainer:
40 all, glibc