[Pkg-isocodes-devel] [iso-codes] 01/02: Check in configure.ac for msgattrib

Tobias Quathamer toddy at moszumanska.debian.org
Tue Feb 23 16:23:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

toddy pushed a commit to branch master
in repository iso-codes.

commit 59d77c2d858f4f1dffc36f6b02b32b9026cdd28e
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Tue Feb 23 17:22:53 2016 +0100

    Check in configure.ac for msgattrib
---
 common.mk    | 2 +-
 configure.ac | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/common.mk b/common.mk
index 5cef71a..82581e7 100644
--- a/common.mk
+++ b/common.mk
@@ -38,7 +38,7 @@ check-content:
 update-po:
 	for pofile in $(pofiles); do \
 		$(MSGMERGE) --no-fuzzy-matching $$pofile $(DOMAIN).pot > tmpfile; \
-		msgattrib --no-obsolete tmpfile > $$pofile; \
+		$(MSGATTRIB) --no-obsolete tmpfile > $$pofile; \
 		sed -i -e 's/^\"Project-Id-Version: iso.*/\"Project-Id-Version: $(DOMAIN)\\n\"/' $$pofile; \
 	done
 	rm -f tmpfile
diff --git a/configure.ac b/configure.ac
index b56085b..de88ad5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,6 +32,7 @@ AC_PROG_MAKE_SET
 AC_PATH_PROG([MSGMERGE],[msgmerge])
 AC_PATH_PROG([MSGFMT],[msgfmt])
 AC_PATH_PROG([MSGFILTER],[msgfilter])
+AC_PATH_PROG([MSGATTRIB],[msgattrib])
 AC_PATH_PROG([RECODE_SR_LATIN],[recode-sr-latin])
 AC_MSG_CHECKING([if $MSGFMT is GNU msgfmt])
 gnu_msgfmt=no

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-isocodes/iso-codes.git



More information about the Pkg-isocodes-devel mailing list