summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-08-06 06:44:50 +0000
committerUlrich Drepper <drepper@redhat.com>2005-08-06 06:44:50 +0000
commitca2db8a3ae7bbcbaa8aa314d06608683e694d2df (patch)
treeda9f543fc480e0eb8d7a80a605c123f22553942c /po
parentc2e3135df6741db94a9ec98f1eb57b02277a00b8 (diff)
downloadelfutils-ca2db8a3ae7bbcbaa8aa314d06608683e694d2df.tar.gz
Fix xgettext call.
Diffstat (limited to 'po')
-rw-r--r--po/ChangeLog5
-rw-r--r--po/Makefile.in.in3
2 files changed, 7 insertions, 1 deletions
diff --git a/po/ChangeLog b/po/ChangeLog
index 020c07b7..c007e2e3 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-05 Ulrich Drepper <drepper@redhat.com>
+
+ * Makefile.in.in (XGETTEXT_OPTIONS): Move adding of --flag options
+ after magic Makevars line. Also look for ERROR from elflint.
+
2005-07-21 Ulrich Drepper <drepper@redhat.com>
* Makefile.in.in: Add src/elfcmp.
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index dbd78851..0110ffbd 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -33,7 +33,6 @@ mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)"
GMSGFMT = @GMSGFMT@
MSGFMT = @MSGFMT@
XGETTEXT = @XGETTEXT@
-XGETTEXT_OPTIONS = --flag=error:3:c-format
MSGMERGE = msgmerge
MSGMERGE_UPDATE = @MSGMERGE@ --update
MSGINIT = msginit
@@ -56,6 +55,8 @@ CATALOGS = @CATALOGS@
# Makevars gets inserted here. (Don't remove this line!)
+XGETTEXT_OPTIONS += --flag=error:3:c-format --flag=ERROR:1:c-format
+
.SUFFIXES:
.SUFFIXES: .po .gmo .mo .nop .po-update