[Pkg-isocodes-devel] r1212 - in trunk/iso-codes: . iso_15924 iso_3166 iso_3166/iso_3166_2 iso_4217 iso_639 iso_639/iso_639_3 notes

toddy-guest at alioth.debian.org toddy-guest at alioth.debian.org
Mon Dec 3 12:01:09 UTC 2007


Author: toddy-guest
Date: 2007-12-03 12:01:08 +0000 (Mon, 03 Dec 2007)
New Revision: 1212

Modified:
   trunk/iso-codes/Makefile.in
   trunk/iso-codes/configure
   trunk/iso-codes/iso_15924/Makefile.in
   trunk/iso-codes/iso_3166/Makefile.in
   trunk/iso-codes/iso_3166/iso_3166_2/Makefile.in
   trunk/iso-codes/iso_4217/Makefile.in
   trunk/iso-codes/iso_639/Makefile.in
   trunk/iso-codes/iso_639/iso_639_3/Makefile.in
   trunk/iso-codes/notes/Makefile.in
Log:
Update automatically generated files


Modified: trunk/iso-codes/Makefile.in
===================================================================
--- trunk/iso-codes/Makefile.in	2007-12-03 11:59:37 UTC (rev 1211)
+++ trunk/iso-codes/Makefile.in	2007-12-03 12:01:08 UTC (rev 1212)
@@ -103,6 +103,7 @@
 MKDIR_P = @MKDIR_P@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
+MSGMERGE = @MSGMERGE@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 PACKAGE_NAME = @PACKAGE_NAME@

Modified: trunk/iso-codes/configure
===================================================================
--- trunk/iso-codes/configure	2007-12-03 11:59:37 UTC (rev 1211)
+++ trunk/iso-codes/configure	2007-12-03 12:01:08 UTC (rev 1212)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac Revision: 1172 .
+# From configure.ac Revision: 1211 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for ISO Codes 1.6.
 #
@@ -640,6 +640,7 @@
 MAINTAINER_MODE_FALSE
 MAINT
 ACLOCAL_AMFLAGS
+MSGMERGE
 MSGFMT
 MSGFMT_FLAGS
 DOMAINS
@@ -2277,6 +2278,46 @@
 fi
 
 
+# Extract the first word of "msgmerge", so it can be a program name with args.
+set dummy msgmerge; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_MSGMERGE+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  case $MSGMERGE in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_MSGMERGE="$MSGMERGE" # 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 { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext"
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+done
+IFS=$as_save_IFS
+
+  ;;
+esac
+fi
+MSGMERGE=$ac_cv_path_MSGMERGE
+if test -n "$MSGMERGE"; then
+  { echo "$as_me:$LINENO: result: $MSGMERGE" >&5
+echo "${ECHO_T}$MSGMERGE" >&6; }
+else
+  { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
 # Extract the first word of "msgfmt", so it can be a program name with args.
 set dummy msgfmt; ac_word=$2
 { echo "$as_me:$LINENO: checking for $ac_word" >&5
@@ -3043,6 +3084,7 @@
 MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
 MAINT!$MAINT$ac_delim
 ACLOCAL_AMFLAGS!$ACLOCAL_AMFLAGS$ac_delim
+MSGMERGE!$MSGMERGE$ac_delim
 MSGFMT!$MSGFMT$ac_delim
 MSGFMT_FLAGS!$MSGFMT_FLAGS$ac_delim
 DOMAINS!$DOMAINS$ac_delim
@@ -3050,7 +3092,7 @@
 LTLIBOBJS!$LTLIBOBJS$ac_delim
 _ACEOF
 
-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 68; then
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 69; then
     break
   elif $ac_last_try; then
     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5

Modified: trunk/iso-codes/iso_15924/Makefile.in
===================================================================
--- trunk/iso-codes/iso_15924/Makefile.in	2007-12-03 11:59:37 UTC (rev 1211)
+++ trunk/iso-codes/iso_15924/Makefile.in	2007-12-03 12:01:08 UTC (rev 1212)
@@ -77,6 +77,7 @@
 MKDIR_P = @MKDIR_P@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
+MSGMERGE = @MSGMERGE@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 PACKAGE_NAME = @PACKAGE_NAME@
@@ -349,6 +350,13 @@
 		false; \
 	fi
 
+.PHONY: update-po
+update-po:
+	for pofile in $(pofiles); do \
+		$(MSGMERGE) $$pofile $(DOMAIN).pot > tmpfile; \
+		mv tmpfile $$pofile; \
+	done
+
 install-data-hook: $(mofiles)
 	$(mkinstalldirs) $(DESTDIR)$(datadir)
 	$(mkinstalldirs) $(DESTDIR)$(localedir)

Modified: trunk/iso-codes/iso_3166/Makefile.in
===================================================================
--- trunk/iso-codes/iso_3166/Makefile.in	2007-12-03 11:59:37 UTC (rev 1211)
+++ trunk/iso-codes/iso_3166/Makefile.in	2007-12-03 12:01:08 UTC (rev 1212)
@@ -90,6 +90,7 @@
 MKDIR_P = @MKDIR_P@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
+MSGMERGE = @MSGMERGE@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 PACKAGE_NAME = @PACKAGE_NAME@
@@ -536,6 +537,13 @@
 		false; \
 	fi
 
+.PHONY: update-po
+update-po:
+	for pofile in $(pofiles); do \
+		$(MSGMERGE) $$pofile $(DOMAIN).pot > tmpfile; \
+		mv tmpfile $$pofile; \
+	done
+
 install-data-hook: $(mofiles)
 	$(mkinstalldirs) $(DESTDIR)$(datadir)
 	$(mkinstalldirs) $(DESTDIR)$(localedir)

Modified: trunk/iso-codes/iso_3166/iso_3166_2/Makefile.in
===================================================================
--- trunk/iso-codes/iso_3166/iso_3166_2/Makefile.in	2007-12-03 11:59:37 UTC (rev 1211)
+++ trunk/iso-codes/iso_3166/iso_3166_2/Makefile.in	2007-12-03 12:01:08 UTC (rev 1212)
@@ -77,6 +77,7 @@
 MKDIR_P = @MKDIR_P@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
+MSGMERGE = @MSGMERGE@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 PACKAGE_NAME = @PACKAGE_NAME@
@@ -349,6 +350,13 @@
 		false; \
 	fi
 
+.PHONY: update-po
+update-po:
+	for pofile in $(pofiles); do \
+		$(MSGMERGE) $$pofile $(DOMAIN).pot > tmpfile; \
+		mv tmpfile $$pofile; \
+	done
+
 install-data-hook: $(mofiles)
 	$(mkinstalldirs) $(DESTDIR)$(datadir)
 	$(mkinstalldirs) $(DESTDIR)$(localedir)

Modified: trunk/iso-codes/iso_4217/Makefile.in
===================================================================
--- trunk/iso-codes/iso_4217/Makefile.in	2007-12-03 11:59:37 UTC (rev 1211)
+++ trunk/iso-codes/iso_4217/Makefile.in	2007-12-03 12:01:08 UTC (rev 1212)
@@ -77,6 +77,7 @@
 MKDIR_P = @MKDIR_P@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
+MSGMERGE = @MSGMERGE@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 PACKAGE_NAME = @PACKAGE_NAME@
@@ -349,6 +350,13 @@
 		false; \
 	fi
 
+.PHONY: update-po
+update-po:
+	for pofile in $(pofiles); do \
+		$(MSGMERGE) $$pofile $(DOMAIN).pot > tmpfile; \
+		mv tmpfile $$pofile; \
+	done
+
 install-data-hook: $(mofiles)
 	$(mkinstalldirs) $(DESTDIR)$(datadir)
 	$(mkinstalldirs) $(DESTDIR)$(localedir)

Modified: trunk/iso-codes/iso_639/Makefile.in
===================================================================
--- trunk/iso-codes/iso_639/Makefile.in	2007-12-03 11:59:37 UTC (rev 1211)
+++ trunk/iso-codes/iso_639/Makefile.in	2007-12-03 12:01:08 UTC (rev 1212)
@@ -90,6 +90,7 @@
 MKDIR_P = @MKDIR_P@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
+MSGMERGE = @MSGMERGE@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 PACKAGE_NAME = @PACKAGE_NAME@
@@ -539,6 +540,13 @@
 		false; \
 	fi
 
+.PHONY: update-po
+update-po:
+	for pofile in $(pofiles); do \
+		$(MSGMERGE) $$pofile $(DOMAIN).pot > tmpfile; \
+		mv tmpfile $$pofile; \
+	done
+
 install-data-hook: $(mofiles)
 	$(mkinstalldirs) $(DESTDIR)$(datadir)
 	$(mkinstalldirs) $(DESTDIR)$(localedir)

Modified: trunk/iso-codes/iso_639/iso_639_3/Makefile.in
===================================================================
--- trunk/iso-codes/iso_639/iso_639_3/Makefile.in	2007-12-03 11:59:37 UTC (rev 1211)
+++ trunk/iso-codes/iso_639/iso_639_3/Makefile.in	2007-12-03 12:01:08 UTC (rev 1212)
@@ -77,6 +77,7 @@
 MKDIR_P = @MKDIR_P@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
+MSGMERGE = @MSGMERGE@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 PACKAGE_NAME = @PACKAGE_NAME@
@@ -349,6 +350,13 @@
 		false; \
 	fi
 
+.PHONY: update-po
+update-po:
+	for pofile in $(pofiles); do \
+		$(MSGMERGE) $$pofile $(DOMAIN).pot > tmpfile; \
+		mv tmpfile $$pofile; \
+	done
+
 install-data-hook: $(mofiles)
 	$(mkinstalldirs) $(DESTDIR)$(datadir)
 	$(mkinstalldirs) $(DESTDIR)$(localedir)

Modified: trunk/iso-codes/notes/Makefile.in
===================================================================
--- trunk/iso-codes/notes/Makefile.in	2007-12-03 11:59:37 UTC (rev 1211)
+++ trunk/iso-codes/notes/Makefile.in	2007-12-03 12:01:08 UTC (rev 1212)
@@ -66,6 +66,7 @@
 MKDIR_P = @MKDIR_P@
 MSGFMT = @MSGFMT@
 MSGFMT_FLAGS = @MSGFMT_FLAGS@
+MSGMERGE = @MSGMERGE@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 PACKAGE_NAME = @PACKAGE_NAME@




More information about the Pkg-isocodes-devel mailing list