[Pkg-isocodes-devel] r1332 - 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
Thu Feb 7 15:51:03 UTC 2008


Author: toddy-guest
Date: 2008-02-07 15:51:03 +0000 (Thu, 07 Feb 2008)
New Revision: 1332

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

Modified: trunk/iso-codes/Makefile.in
===================================================================
--- trunk/iso-codes/Makefile.in	2008-02-07 15:49:53 UTC (rev 1331)
+++ trunk/iso-codes/Makefile.in	2008-02-07 15:51:03 UTC (rev 1332)
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.10 from Makefile.am.
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -293,8 +293,8 @@
 	unique=`for i in $$list; do \
 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 	  done | \
-	  $(AWK) '    { files[$$0] = 1; } \
-	       END { for (i in files) print i; }'`; \
+	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
 	mkid -fID $$unique
 tags: TAGS
 
@@ -319,8 +319,8 @@
 	unique=`for i in $$list; do \
 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 	  done | \
-	  $(AWK) '    { files[$$0] = 1; } \
-	       END { for (i in files) print i; }'`; \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
 	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 	  test -n "$$unique" || unique=$$empty_fix; \
 	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
@@ -330,13 +330,12 @@
 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 		$(TAGS_FILES) $(LISP)
 	tags=; \
-	here=`pwd`; \
 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 	unique=`for i in $$list; do \
 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 	  done | \
-	  $(AWK) '    { files[$$0] = 1; } \
-	       END { for (i in files) print i; }'`; \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 	     $$tags $$unique
@@ -406,6 +405,10 @@
 	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 	$(am__remove_distdir)
 
+dist-lzma: distdir
+	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
+	$(am__remove_distdir)
+
 dist-tarZ: distdir
 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 	$(am__remove_distdir)
@@ -433,6 +436,8 @@
 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 	*.tar.bz2*) \
 	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
+	*.tar.lzma*) \
+	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 	*.tar.Z*) \
 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 	*.shar.gz*) \
@@ -587,7 +592,7 @@
 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 	all all-am am--refresh check check-am clean clean-generic \
 	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
-	dist-shar dist-tarZ dist-zip distcheck distclean \
+	dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
 	distclean-generic distclean-tags distcleancheck distdir \
 	distuninstallcheck dvi dvi-am html html-am info info-am \
 	install install-am install-data install-data-am install-dvi \

Modified: trunk/iso-codes/configure
===================================================================
--- trunk/iso-codes/configure	2008-02-07 15:49:53 UTC (rev 1331)
+++ trunk/iso-codes/configure	2008-02-07 15:51:03 UTC (rev 1332)
@@ -1,7 +1,7 @@
 #! /bin/sh
-# From configure.ac Revision: 1289 .
+# From configure.ac Revision: 1331 .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for ISO Codes 1.8.
+# Generated by GNU Autoconf 2.61 for ISO Codes 1.9.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
@@ -573,8 +573,8 @@
 # Identity of this package.
 PACKAGE_NAME='ISO Codes'
 PACKAGE_TARNAME='iso-codes'
-PACKAGE_VERSION='1.8'
-PACKAGE_STRING='ISO Codes 1.8'
+PACKAGE_VERSION='1.9'
+PACKAGE_STRING='ISO Codes 1.9'
 PACKAGE_BUGREPORT=''
 
 ac_subst_vars='SHELL
@@ -1152,7 +1152,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ISO Codes 1.8 to adapt to many kinds of systems.
+\`configure' configures ISO Codes 1.9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1218,7 +1218,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of ISO Codes 1.8:";;
+     short | recursive ) echo "Configuration of ISO Codes 1.9:";;
    esac
   cat <<\_ACEOF
 
@@ -1288,7 +1288,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ISO Codes configure 1.8
+ISO Codes configure 1.9
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1302,7 +1302,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ISO Codes $as_me 1.8, which was
+It was created by ISO Codes $as_me 1.9, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -1995,7 +1995,7 @@
 
 # Define the identity of the package.
  PACKAGE='iso-codes'
- VERSION='1.8'
+ VERSION='1.9'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2809,7 +2809,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ISO Codes $as_me 1.8, which was
+This file was extended by ISO Codes $as_me 1.9, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -2852,7 +2852,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-ISO Codes config.status 1.8
+ISO Codes config.status 1.9
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 

Modified: trunk/iso-codes/iso_15924/Makefile.in
===================================================================
--- trunk/iso-codes/iso_15924/Makefile.in	2008-02-07 15:49:53 UTC (rev 1331)
+++ trunk/iso-codes/iso_15924/Makefile.in	2008-02-07 15:51:03 UTC (rev 1332)
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.10 from Makefile.am.
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -353,6 +353,14 @@
 # This target merges all po files with the current pot file,
 # removes obsolete msgids and substitutes the Project-Id-Version
 # header with the correct value
+#
+# NOTE:
+# Removing obsolete msgids is not the recommended way to go.
+# However, we've decided that in the specific case of iso-codes
+# the benefit outweights the loss of information. Having only msgids
+# with one (sometimes two or three) words, the fuzzy matching performed
+# with obsolete msgids will not ease the translator's work, but
+# will lead to confusing entries.
 .PHONY: update-po
 update-po:
 	for pofile in $(pofiles); do \

Modified: trunk/iso-codes/iso_3166/Makefile.in
===================================================================
--- trunk/iso-codes/iso_3166/Makefile.in	2008-02-07 15:49:53 UTC (rev 1331)
+++ trunk/iso-codes/iso_3166/Makefile.in	2008-02-07 15:51:03 UTC (rev 1332)
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.10 from Makefile.am.
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -301,8 +301,8 @@
 	unique=`for i in $$list; do \
 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 	  done | \
-	  $(AWK) '    { files[$$0] = 1; } \
-	       END { for (i in files) print i; }'`; \
+	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
 	mkid -fID $$unique
 tags: TAGS
 
@@ -327,8 +327,8 @@
 	unique=`for i in $$list; do \
 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 	  done | \
-	  $(AWK) '    { files[$$0] = 1; } \
-	       END { for (i in files) print i; }'`; \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
 	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 	  test -n "$$unique" || unique=$$empty_fix; \
 	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
@@ -338,13 +338,12 @@
 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 		$(TAGS_FILES) $(LISP)
 	tags=; \
-	here=`pwd`; \
 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 	unique=`for i in $$list; do \
 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 	  done | \
-	  $(AWK) '    { files[$$0] = 1; } \
-	       END { for (i in files) print i; }'`; \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 	     $$tags $$unique
@@ -540,6 +539,14 @@
 # This target merges all po files with the current pot file,
 # removes obsolete msgids and substitutes the Project-Id-Version
 # header with the correct value
+#
+# NOTE:
+# Removing obsolete msgids is not the recommended way to go.
+# However, we've decided that in the specific case of iso-codes
+# the benefit outweights the loss of information. Having only msgids
+# with one (sometimes two or three) words, the fuzzy matching performed
+# with obsolete msgids will not ease the translator's work, but
+# will lead to confusing entries.
 .PHONY: update-po
 update-po:
 	for pofile in $(pofiles); do \

Modified: trunk/iso-codes/iso_3166/iso_3166_2/Makefile.in
===================================================================
--- trunk/iso-codes/iso_3166/iso_3166_2/Makefile.in	2008-02-07 15:49:53 UTC (rev 1331)
+++ trunk/iso-codes/iso_3166/iso_3166_2/Makefile.in	2008-02-07 15:51:03 UTC (rev 1332)
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.10 from Makefile.am.
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -353,6 +353,14 @@
 # This target merges all po files with the current pot file,
 # removes obsolete msgids and substitutes the Project-Id-Version
 # header with the correct value
+#
+# NOTE:
+# Removing obsolete msgids is not the recommended way to go.
+# However, we've decided that in the specific case of iso-codes
+# the benefit outweights the loss of information. Having only msgids
+# with one (sometimes two or three) words, the fuzzy matching performed
+# with obsolete msgids will not ease the translator's work, but
+# will lead to confusing entries.
 .PHONY: update-po
 update-po:
 	for pofile in $(pofiles); do \

Modified: trunk/iso-codes/iso_4217/Makefile.in
===================================================================
--- trunk/iso-codes/iso_4217/Makefile.in	2008-02-07 15:49:53 UTC (rev 1331)
+++ trunk/iso-codes/iso_4217/Makefile.in	2008-02-07 15:51:03 UTC (rev 1332)
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.10 from Makefile.am.
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -353,6 +353,14 @@
 # This target merges all po files with the current pot file,
 # removes obsolete msgids and substitutes the Project-Id-Version
 # header with the correct value
+#
+# NOTE:
+# Removing obsolete msgids is not the recommended way to go.
+# However, we've decided that in the specific case of iso-codes
+# the benefit outweights the loss of information. Having only msgids
+# with one (sometimes two or three) words, the fuzzy matching performed
+# with obsolete msgids will not ease the translator's work, but
+# will lead to confusing entries.
 .PHONY: update-po
 update-po:
 	for pofile in $(pofiles); do \

Modified: trunk/iso-codes/iso_639/Makefile.in
===================================================================
--- trunk/iso-codes/iso_639/Makefile.in	2008-02-07 15:49:53 UTC (rev 1331)
+++ trunk/iso-codes/iso_639/Makefile.in	2008-02-07 15:51:03 UTC (rev 1332)
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.10 from Makefile.am.
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -301,8 +301,8 @@
 	unique=`for i in $$list; do \
 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 	  done | \
-	  $(AWK) '    { files[$$0] = 1; } \
-	       END { for (i in files) print i; }'`; \
+	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
 	mkid -fID $$unique
 tags: TAGS
 
@@ -327,8 +327,8 @@
 	unique=`for i in $$list; do \
 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 	  done | \
-	  $(AWK) '    { files[$$0] = 1; } \
-	       END { for (i in files) print i; }'`; \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
 	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 	  test -n "$$unique" || unique=$$empty_fix; \
 	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
@@ -338,13 +338,12 @@
 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 		$(TAGS_FILES) $(LISP)
 	tags=; \
-	here=`pwd`; \
 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 	unique=`for i in $$list; do \
 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 	  done | \
-	  $(AWK) '    { files[$$0] = 1; } \
-	       END { for (i in files) print i; }'`; \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 	     $$tags $$unique
@@ -543,6 +542,14 @@
 # This target merges all po files with the current pot file,
 # removes obsolete msgids and substitutes the Project-Id-Version
 # header with the correct value
+#
+# NOTE:
+# Removing obsolete msgids is not the recommended way to go.
+# However, we've decided that in the specific case of iso-codes
+# the benefit outweights the loss of information. Having only msgids
+# with one (sometimes two or three) words, the fuzzy matching performed
+# with obsolete msgids will not ease the translator's work, but
+# will lead to confusing entries.
 .PHONY: update-po
 update-po:
 	for pofile in $(pofiles); do \

Modified: trunk/iso-codes/iso_639/iso_639_3/Makefile.in
===================================================================
--- trunk/iso-codes/iso_639/iso_639_3/Makefile.in	2008-02-07 15:49:53 UTC (rev 1331)
+++ trunk/iso-codes/iso_639/iso_639_3/Makefile.in	2008-02-07 15:51:03 UTC (rev 1332)
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.10 from Makefile.am.
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -353,6 +353,14 @@
 # This target merges all po files with the current pot file,
 # removes obsolete msgids and substitutes the Project-Id-Version
 # header with the correct value
+#
+# NOTE:
+# Removing obsolete msgids is not the recommended way to go.
+# However, we've decided that in the specific case of iso-codes
+# the benefit outweights the loss of information. Having only msgids
+# with one (sometimes two or three) words, the fuzzy matching performed
+# with obsolete msgids will not ease the translator's work, but
+# will lead to confusing entries.
 .PHONY: update-po
 update-po:
 	for pofile in $(pofiles); do \

Modified: trunk/iso-codes/notes/Makefile.in
===================================================================
--- trunk/iso-codes/notes/Makefile.in	2008-02-07 15:49:53 UTC (rev 1331)
+++ trunk/iso-codes/notes/Makefile.in	2008-02-07 15:51:03 UTC (rev 1332)
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.10 from Makefile.am.
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.




More information about the Pkg-isocodes-devel mailing list