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

Tobias Quathamer toddy at alioth.debian.org
Fri Nov 1 23:28:54 UTC 2013


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

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

commit f24e46b5c0e3a3f9306ead78898dff06cba74042
Author: Tobias Quathamer <toddy at debian.org>
Date:   Sat Nov 2 00:10:51 2013 +0100

    Regenerate autotools files
---
 Makefile.in            |    1 +
 configure              |   41 +++++++++++++++++++++++++++++++++++++++++
 iso_15924/Makefile.in  |    4 +++-
 iso_3166/Makefile.in   |    4 +++-
 iso_3166_2/Makefile.in |    4 +++-
 iso_4217/Makefile.in   |    4 +++-
 iso_639/Makefile.in    |    4 +++-
 iso_639_3/Makefile.in  |    4 +++-
 8 files changed, 60 insertions(+), 6 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 7b00724..bce99fe 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -178,6 +178,7 @@ LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MKDIR_P = @MKDIR_P@
+MSGFILTER = @MSGFILTER@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
 MSGMERGE = @MSGMERGE@
diff --git a/configure b/configure
index 66755a4..cacea6c 100755
--- a/configure
+++ b/configure
@@ -586,6 +586,7 @@ LIBOBJS
 DOMAINS
 MSGFMT_FLAGS
 RECODE_SR_LATIN
+MSGFILTER
 MSGFMT
 MSGMERGE
 ACLOCAL_AMFLAGS
@@ -2354,6 +2355,46 @@ $as_echo "no" >&6; }
 fi
 
 
+# Extract the first word of "msgfilter", so it can be a program name with args.
+set dummy msgfilter; 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_MSGFILTER+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  case $MSGFILTER in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_MSGFILTER="$MSGFILTER" # 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_MSGFILTER="$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
+MSGFILTER=$ac_cv_path_MSGFILTER
+if test -n "$MSGFILTER"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFILTER" >&5
+$as_echo "$MSGFILTER" >&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 bb53527..b8ea45d 100644
--- a/iso_15924/Makefile.in
+++ b/iso_15924/Makefile.in
@@ -120,6 +120,7 @@ LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MKDIR_P = @MKDIR_P@
+MSGFILTER = @MSGFILTER@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
 MSGMERGE = @MSGMERGE@
@@ -434,8 +435,9 @@ update-po:
 		msgattrib --no-obsolete tmpfile > $$pofile; \
 		sed -i -e 's/^\"Project-Id-Version: iso.*/\"Project-Id-Version: $(DOMAIN)\\n\"/' $$pofile; \
 	done
-	$(RECODE_SR_LATIN) < sr.po > sr at latin.po
 	rm -f tmpfile
+	if [ -f sr.po ] ; then $(RECODE_SR_LATIN) < sr.po > sr at latin.po ; fi
+	if [ -f tt at iqtelif.po ] ; then $(MSGFILTER) --keep-header sed -f $(top_srcdir)/recode-tt-cyrillic.sed < tt at iqtelif.po > tt.po ; fi
 
 install-data-hook: $(mofiles)
 	$(mkinstalldirs) $(DESTDIR)$(datadir)
diff --git a/iso_3166/Makefile.in b/iso_3166/Makefile.in
index 7cd0ed9..dc475f8 100644
--- a/iso_3166/Makefile.in
+++ b/iso_3166/Makefile.in
@@ -120,6 +120,7 @@ LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MKDIR_P = @MKDIR_P@
+MSGFILTER = @MSGFILTER@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
 MSGMERGE = @MSGMERGE@
@@ -434,8 +435,9 @@ update-po:
 		msgattrib --no-obsolete tmpfile > $$pofile; \
 		sed -i -e 's/^\"Project-Id-Version: iso.*/\"Project-Id-Version: $(DOMAIN)\\n\"/' $$pofile; \
 	done
-	$(RECODE_SR_LATIN) < sr.po > sr at latin.po
 	rm -f tmpfile
+	if [ -f sr.po ] ; then $(RECODE_SR_LATIN) < sr.po > sr at latin.po ; fi
+	if [ -f tt at iqtelif.po ] ; then $(MSGFILTER) --keep-header sed -f $(top_srcdir)/recode-tt-cyrillic.sed < tt at iqtelif.po > tt.po ; fi
 
 install-data-hook: $(mofiles)
 	$(mkinstalldirs) $(DESTDIR)$(datadir)
diff --git a/iso_3166_2/Makefile.in b/iso_3166_2/Makefile.in
index 3c72674..fe8f24b 100644
--- a/iso_3166_2/Makefile.in
+++ b/iso_3166_2/Makefile.in
@@ -120,6 +120,7 @@ LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MKDIR_P = @MKDIR_P@
+MSGFILTER = @MSGFILTER@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
 MSGMERGE = @MSGMERGE@
@@ -434,8 +435,9 @@ update-po:
 		msgattrib --no-obsolete tmpfile > $$pofile; \
 		sed -i -e 's/^\"Project-Id-Version: iso.*/\"Project-Id-Version: $(DOMAIN)\\n\"/' $$pofile; \
 	done
-	$(RECODE_SR_LATIN) < sr.po > sr at latin.po
 	rm -f tmpfile
+	if [ -f sr.po ] ; then $(RECODE_SR_LATIN) < sr.po > sr at latin.po ; fi
+	if [ -f tt at iqtelif.po ] ; then $(MSGFILTER) --keep-header sed -f $(top_srcdir)/recode-tt-cyrillic.sed < tt at iqtelif.po > tt.po ; fi
 
 install-data-hook: $(mofiles)
 	$(mkinstalldirs) $(DESTDIR)$(datadir)
diff --git a/iso_4217/Makefile.in b/iso_4217/Makefile.in
index 0880bb6..b26e31b 100644
--- a/iso_4217/Makefile.in
+++ b/iso_4217/Makefile.in
@@ -120,6 +120,7 @@ LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MKDIR_P = @MKDIR_P@
+MSGFILTER = @MSGFILTER@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
 MSGMERGE = @MSGMERGE@
@@ -434,8 +435,9 @@ update-po:
 		msgattrib --no-obsolete tmpfile > $$pofile; \
 		sed -i -e 's/^\"Project-Id-Version: iso.*/\"Project-Id-Version: $(DOMAIN)\\n\"/' $$pofile; \
 	done
-	$(RECODE_SR_LATIN) < sr.po > sr at latin.po
 	rm -f tmpfile
+	if [ -f sr.po ] ; then $(RECODE_SR_LATIN) < sr.po > sr at latin.po ; fi
+	if [ -f tt at iqtelif.po ] ; then $(MSGFILTER) --keep-header sed -f $(top_srcdir)/recode-tt-cyrillic.sed < tt at iqtelif.po > tt.po ; fi
 
 install-data-hook: $(mofiles)
 	$(mkinstalldirs) $(DESTDIR)$(datadir)
diff --git a/iso_639/Makefile.in b/iso_639/Makefile.in
index f695bd9..6955135 100644
--- a/iso_639/Makefile.in
+++ b/iso_639/Makefile.in
@@ -120,6 +120,7 @@ LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MKDIR_P = @MKDIR_P@
+MSGFILTER = @MSGFILTER@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
 MSGMERGE = @MSGMERGE@
@@ -436,8 +437,9 @@ update-po:
 		msgattrib --no-obsolete tmpfile > $$pofile; \
 		sed -i -e 's/^\"Project-Id-Version: iso.*/\"Project-Id-Version: $(DOMAIN)\\n\"/' $$pofile; \
 	done
-	$(RECODE_SR_LATIN) < sr.po > sr at latin.po
 	rm -f tmpfile
+	if [ -f sr.po ] ; then $(RECODE_SR_LATIN) < sr.po > sr at latin.po ; fi
+	if [ -f tt at iqtelif.po ] ; then $(MSGFILTER) --keep-header sed -f $(top_srcdir)/recode-tt-cyrillic.sed < tt at iqtelif.po > tt.po ; fi
 
 install-data-hook: $(mofiles)
 	$(mkinstalldirs) $(DESTDIR)$(datadir)
diff --git a/iso_639_3/Makefile.in b/iso_639_3/Makefile.in
index 7b26386..83f640a 100644
--- a/iso_639_3/Makefile.in
+++ b/iso_639_3/Makefile.in
@@ -120,6 +120,7 @@ LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MKDIR_P = @MKDIR_P@
+MSGFILTER = @MSGFILTER@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
 MSGMERGE = @MSGMERGE@
@@ -434,8 +435,9 @@ update-po:
 		msgattrib --no-obsolete tmpfile > $$pofile; \
 		sed -i -e 's/^\"Project-Id-Version: iso.*/\"Project-Id-Version: $(DOMAIN)\\n\"/' $$pofile; \
 	done
-	$(RECODE_SR_LATIN) < sr.po > sr at latin.po
 	rm -f tmpfile
+	if [ -f sr.po ] ; then $(RECODE_SR_LATIN) < sr.po > sr at latin.po ; fi
+	if [ -f tt at iqtelif.po ] ; then $(MSGFILTER) --keep-header sed -f $(top_srcdir)/recode-tt-cyrillic.sed < tt at iqtelif.po > tt.po ; fi
 
 install-data-hook: $(mofiles)
 	$(mkinstalldirs) $(DESTDIR)$(datadir)

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