[Pkg-isocodes-devel] [iso-codes] 02/02: Regenerate autotools files

Tobias Quathamer toddy at moszumanska.debian.org
Tue Feb 23 16:23:45 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 96f7e1e2d0249697d45e03f1fedae34e446b3858
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Tue Feb 23 17:23:25 2016 +0100

    Regenerate autotools files
---
 Makefile.in            |  1 +
 configure              | 41 +++++++++++++++++++++++++++++++++++++++++
 iso_15924/Makefile.in  |  3 ++-
 iso_3166/Makefile.in   |  3 ++-
 iso_3166_2/Makefile.in |  3 ++-
 iso_4217/Makefile.in   |  3 ++-
 iso_639/Makefile.in    |  3 ++-
 iso_639_3/Makefile.in  |  3 ++-
 iso_639_5/Makefile.in  |  3 ++-
 9 files changed, 56 insertions(+), 7 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 6b642c4..ad435a1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -252,6 +252,7 @@ LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MKDIR_P = @MKDIR_P@
+MSGATTRIB = @MSGATTRIB@
 MSGFILTER = @MSGFILTER@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
diff --git a/configure b/configure
index 9e90970..f2cb98b 100755
--- a/configure
+++ b/configure
@@ -586,6 +586,7 @@ LIBOBJS
 DOMAINS
 MSGFMT_FLAGS
 RECODE_SR_LATIN
+MSGATTRIB
 MSGFILTER
 MSGFMT
 MSGMERGE
@@ -2504,6 +2505,46 @@ $as_echo "no" >&6; }
 fi
 
 
+# Extract the first word of "msgattrib", so it can be a program name with args.
+set dummy msgattrib; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_path_MSGATTRIB+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  case $MSGATTRIB in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_MSGATTRIB="$MSGATTRIB" # Let the user override the test with a path.
+  ;;
+  *)
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_path_MSGATTRIB="$as_dir/$ac_word$ac_exec_ext"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+  ;;
+esac
+fi
+MSGATTRIB=$ac_cv_path_MSGATTRIB
+if test -n "$MSGATTRIB"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGATTRIB" >&5
+$as_echo "$MSGATTRIB" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
 # Extract the first word of "recode-sr-latin", so it can be a program name with args.
 set dummy recode-sr-latin; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
diff --git a/iso_15924/Makefile.in b/iso_15924/Makefile.in
index ee1c6aa..4f2186e 100644
--- a/iso_15924/Makefile.in
+++ b/iso_15924/Makefile.in
@@ -171,6 +171,7 @@ LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MKDIR_P = @MKDIR_P@
+MSGATTRIB = @MSGATTRIB@
 MSGFILTER = @MSGFILTER@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
@@ -481,7 +482,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/iso_3166/Makefile.in b/iso_3166/Makefile.in
index 51d10e1..1514585 100644
--- a/iso_3166/Makefile.in
+++ b/iso_3166/Makefile.in
@@ -171,6 +171,7 @@ LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MKDIR_P = @MKDIR_P@
+MSGATTRIB = @MSGATTRIB@
 MSGFILTER = @MSGFILTER@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
@@ -481,7 +482,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/iso_3166_2/Makefile.in b/iso_3166_2/Makefile.in
index 400c712..e7c1168 100644
--- a/iso_3166_2/Makefile.in
+++ b/iso_3166_2/Makefile.in
@@ -171,6 +171,7 @@ LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MKDIR_P = @MKDIR_P@
+MSGATTRIB = @MSGATTRIB@
 MSGFILTER = @MSGFILTER@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
@@ -481,7 +482,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/iso_4217/Makefile.in b/iso_4217/Makefile.in
index 9b74811..a8b5666 100644
--- a/iso_4217/Makefile.in
+++ b/iso_4217/Makefile.in
@@ -171,6 +171,7 @@ LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MKDIR_P = @MKDIR_P@
+MSGATTRIB = @MSGATTRIB@
 MSGFILTER = @MSGFILTER@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
@@ -481,7 +482,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/iso_639/Makefile.in b/iso_639/Makefile.in
index 2241ae9..99151e5 100644
--- a/iso_639/Makefile.in
+++ b/iso_639/Makefile.in
@@ -171,6 +171,7 @@ LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MKDIR_P = @MKDIR_P@
+MSGATTRIB = @MSGATTRIB@
 MSGFILTER = @MSGFILTER@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
@@ -481,7 +482,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/iso_639_3/Makefile.in b/iso_639_3/Makefile.in
index baa293c..62d30a1 100644
--- a/iso_639_3/Makefile.in
+++ b/iso_639_3/Makefile.in
@@ -171,6 +171,7 @@ LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MKDIR_P = @MKDIR_P@
+MSGATTRIB = @MSGATTRIB@
 MSGFILTER = @MSGFILTER@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
@@ -481,7 +482,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/iso_639_5/Makefile.in b/iso_639_5/Makefile.in
index ff31174..e853623 100644
--- a/iso_639_5/Makefile.in
+++ b/iso_639_5/Makefile.in
@@ -171,6 +171,7 @@ LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MKDIR_P = @MKDIR_P@
+MSGATTRIB = @MSGATTRIB@
 MSGFILTER = @MSGFILTER@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
@@ -481,7 +482,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

-- 
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