From: Jim Meyering Date: Sat, 7 Mar 2009 15:20:55 +0000 (+0100) Subject: bootstrap: add to XGETTEXT_OPTIONS X-Git-Tag: v7.2~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85507b24f9531b20c339acbf6c215c84e74b6860;p=thirdparty%2Fcoreutils.git bootstrap: add to XGETTEXT_OPTIONS * bootstrap.conf (XGETTEXT_OPTIONS): Add c-format --flag options for verror and verror_at_line; alphabetize. --- diff --git a/bootstrap.conf b/bootstrap.conf index 446d6110a3..e61e241011 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -122,17 +122,19 @@ EXTRA_LOCALE_CATEGORIES=LC_TIME # Additional xgettext options to use. Use "\\\newline" to break lines. XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\ - --from-code=UTF-8\\\ - --flag=asprintf:2:c-format\\\ --flag=asnprintf:3:c-format\\\ + --flag=asprintf:2:c-format\\\ --flag=error:3:c-format\\\ --flag=error_at_line:5:c-format\\\ - --flag=vasprintf:2:c-format\\\ --flag=vasnprintf:3:c-format\\\ + --flag=vasprintf:2:c-format\\\ + --flag=verror:3:c-format\\\ + --flag=verror_at_line:5:c-format\\\ --flag=wrapf:1:c-format\\\ --flag=xasprintf:1:c-format\\\ --flag=xfprintf:2:c-format\\\ --flag=xprintf:1:c-format\\\ + --from-code=UTF-8\\\ ' # Append these, since we use the propername module.