[Pkg-isocodes-devel] [SCM] ISO language, territory, currency, script codes and their translations branch, master, updated. iso-codes/3.9-46-g4deb939

Tobias Quathamer toddy at debian.org
Thu May 28 17:46:40 UTC 2009


The following commit has been merged in the master branch:
commit 4deb939df0cb4fe25e9b30abd4c89c109a94728b
Author: Tobias Quathamer <toddy at debian.org>
Date:   Thu May 28 19:40:22 2009 +0200

    Use 'iso-codes' as package name in configuration

diff --git a/configure b/configure
index f82bc09..60077ba 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for ISO Codes 3.9.
+# Generated by GNU Autoconf 2.63 for iso-codes 3.9.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@@ -592,10 +592,10 @@ MAKEFLAGS=
 SHELL=${CONFIG_SHELL-/bin/sh}
 
 # Identity of this package.
-PACKAGE_NAME='ISO Codes'
+PACKAGE_NAME='iso-codes'
 PACKAGE_TARNAME='iso-codes'
 PACKAGE_VERSION='3.9'
-PACKAGE_STRING='ISO Codes 3.9'
+PACKAGE_STRING='iso-codes 3.9'
 PACKAGE_BUGREPORT=''
 
 ac_subst_vars='LTLIBOBJS
@@ -1228,7 +1228,7 @@ if test "$ac_init_help" = "long"; then
   # 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 3.9 to adapt to many kinds of systems.
+\`configure' configures iso-codes 3.9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1294,7 +1294,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of ISO Codes 3.9:";;
+     short | recursive ) echo "Configuration of iso-codes 3.9:";;
    esac
   cat <<\_ACEOF
 
@@ -1367,7 +1367,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ISO Codes configure 3.9
+iso-codes configure 3.9
 generated by GNU Autoconf 2.63
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1381,7 +1381,7 @@ cat >config.log <<_ACEOF
 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 3.9, which was
+It was created by iso-codes $as_me 3.9, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   $ $0 $@
@@ -2951,7 +2951,7 @@ exec 6>&1
 # 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 3.9, which was
+This file was extended by iso-codes $as_me 3.9, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3001,7 +3001,7 @@ Report bugs to <bug-autoconf at gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-ISO Codes config.status 3.9
+iso-codes config.status 3.9
 configured by $0, generated by GNU Autoconf 2.63,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
@@ -3627,3 +3627,4 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
 fi
 
+
diff --git a/configure.ac b/configure.ac
index 5c9842f..763fee8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,11 +14,8 @@ dnl You should have received a copy of the GNU General Public License along
 dnl with this program; if not, write to the Free Software Foundation, Inc.,
 dnl 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 
-AC_INIT([ISO Codes],[3.9],[],[iso-codes])
+AC_INIT([iso-codes],[3.9])
 
-dnl FIXME debug why this doesn't work; it substs an '' for VERSION
-dnl until then, use PACKAGE_VERSION instead.
-dnl AC_PREREQ([2.59]i, "${PACKAGE_VERSION}")
 AM_INIT_AUTOMAKE([dist-bzip2 foreign])
 AM_MAINTAINER_MODE
 
@@ -54,3 +51,4 @@ iso_639/iso_639_3/Makefile
 ])
 
 AC_OUTPUT
+

-- 
ISO language, territory, currency, script codes and their translations



More information about the Pkg-isocodes-devel mailing list