From: Ulrich Drepper Date: Sat, 24 Jan 2009 00:28:25 +0000 (-0800) Subject: (XGETTEXT_OPTIONS): Add --flag option for argp_error. X-Git-Tag: elfutils-0.140~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=093e948f5f62baaf24a47acb6822c930dece6b55;p=thirdparty%2Felfutils.git (XGETTEXT_OPTIONS): Add --flag option for argp_error. --- diff --git a/po/Makevars b/po/Makevars index b8ea70220..80918502e 100644 --- a/po/Makevars +++ b/po/Makevars @@ -9,7 +9,7 @@ top_builddir = .. # These options get passed to xgettext. XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --flag=error:3:c-format \ - --flag=ERROR:1:c-format + --flag=ERROR:1:c-format --flag=arg_error:2:c-format # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding