X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ferror;h=7b57a8610ffe34381af4811e7b8dde4660abe02c;hb=2fbd31539f6349ef22c716a574a1a2547a4688b3;hp=68128471387a1b0b95ca9302228a84f93fe016bd;hpb=2e82f91f46dc3f93963b1e4fdcbc441c129df213;p=gnulib.git diff --git a/modules/error b/modules/error index 681284713..7b57a8610 100644 --- a/modules/error +++ b/modules/error @@ -1,5 +1,10 @@ Description: -error() and error_at_line() functions: Error reporting. +error and error_at_line functions: Error reporting. + +Notice: +If you are using GNU gettext version 0.16.1 or older, add the following options +to XGETTEXT_OPTIONS in your po/Makevars: + --flag=error:3:c-format --flag=error_at_line:5:c-format Files: lib/error.h @@ -7,14 +12,21 @@ lib/error.c m4/error.m4 Depends-on: -unlocked-io -gettext +strerror configure.ac: gl_ERROR +m4_ifdef([AM_XGETTEXT_OPTION], + [AM_XGETTEXT_OPTION([--flag=error:3:c-format]) + AM_XGETTEXT_OPTION([--flag=error_at_line:5:c-format])]) Makefile.am: Include: "error.h" +License: +LGPL + +Maintainer: +all, glibc