largefile: fix typo that regressed large file support
[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
18 configure.ac:
19 gl_ERROR
20 if test $ac_cv_lib_error_at_line = no; then
21   AC_LIBOBJ([error])
22   gl_PREREQ_ERROR
23 fi
24 m4_ifdef([AM_XGETTEXT_OPTION],
25   [AM_][XGETTEXT_OPTION([--flag=error:3:c-format])
26    AM_][XGETTEXT_OPTION([--flag=error_at_line:5:c-format])])
27
28 Makefile.am:
29
30 Include:
31 "error.h"
32
33 License:
34 LGPL
35
36 Maintainer:
37 all, glibc