[Pkg-isocodes-devel] [iso-codes] 01/04: Sort domains according to ISO number

Tobias Quathamer toddy at moszumanska.debian.org
Tue Feb 23 18:41:18 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 8d4a772953c5b79802081a7ec14521103c52e616
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Tue Feb 23 17:25:42 2016 +0100

    Sort domains according to ISO number
---
 Makefile.am  |  2 +-
 Makefile.in  |  2 +-
 configure    | 12 ++++++------
 configure.ac | 10 +++++-----
 4 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 0d70c14..b2b9385 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = iso_15924 iso_3166 iso_3166_2 iso_4217 iso_639 iso_639_3 iso_639_5
+SUBDIRS = iso_639 iso_639_3 iso_639_5 iso_3166 iso_3166_2 iso_4217 iso_15924
 
 pkgconfigdir = $(datadir)/pkgconfig
 pkgconfig_DATA = iso-codes.pc
diff --git a/Makefile.in b/Makefile.in
index ad435a1..98221db 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -309,7 +309,7 @@ target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-SUBDIRS = iso_15924 iso_3166 iso_3166_2 iso_4217 iso_639 iso_639_3 iso_639_5
+SUBDIRS = iso_639 iso_639_3 iso_639_5 iso_3166 iso_3166_2 iso_4217 iso_15924
 pkgconfigdir = $(datadir)/pkgconfig
 pkgconfig_DATA = iso-codes.pc
 EXTRA_DIST = \
diff --git a/configure b/configure
index f2cb98b..7cfe377 100755
--- a/configure
+++ b/configure
@@ -2597,10 +2597,10 @@ fi
 $as_echo "$gnu_msgfmt" >&6; }
 
 
-DOMAINS="iso_15924 iso_3166 iso_4217 iso_639 iso_3166_2 iso_639_3 iso_639_5"
+DOMAINS="iso_639 iso_639_3 iso_639_5 iso_3166 iso_3166_2 iso_4217 iso_15924"
 
 
-ac_config_files="$ac_config_files Makefile iso-codes.pc iso_15924/Makefile iso_3166/Makefile iso_3166_2/Makefile iso_4217/Makefile iso_639/Makefile iso_639_3/Makefile iso_639_5/Makefile"
+ac_config_files="$ac_config_files Makefile iso-codes.pc iso_639/Makefile iso_639_3/Makefile iso_639_5/Makefile iso_3166/Makefile iso_3166_2/Makefile iso_4217/Makefile iso_15924/Makefile"
 
 
 cat >confcache <<\_ACEOF
@@ -3326,13 +3326,13 @@ do
   case $ac_config_target in
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     "iso-codes.pc") CONFIG_FILES="$CONFIG_FILES iso-codes.pc" ;;
-    "iso_15924/Makefile") CONFIG_FILES="$CONFIG_FILES iso_15924/Makefile" ;;
-    "iso_3166/Makefile") CONFIG_FILES="$CONFIG_FILES iso_3166/Makefile" ;;
-    "iso_3166_2/Makefile") CONFIG_FILES="$CONFIG_FILES iso_3166_2/Makefile" ;;
-    "iso_4217/Makefile") CONFIG_FILES="$CONFIG_FILES iso_4217/Makefile" ;;
     "iso_639/Makefile") CONFIG_FILES="$CONFIG_FILES iso_639/Makefile" ;;
     "iso_639_3/Makefile") CONFIG_FILES="$CONFIG_FILES iso_639_3/Makefile" ;;
     "iso_639_5/Makefile") CONFIG_FILES="$CONFIG_FILES iso_639_5/Makefile" ;;
+    "iso_3166/Makefile") CONFIG_FILES="$CONFIG_FILES iso_3166/Makefile" ;;
+    "iso_3166_2/Makefile") CONFIG_FILES="$CONFIG_FILES iso_3166_2/Makefile" ;;
+    "iso_4217/Makefile") CONFIG_FILES="$CONFIG_FILES iso_4217/Makefile" ;;
+    "iso_15924/Makefile") CONFIG_FILES="$CONFIG_FILES iso_15924/Makefile" ;;
 
   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
   esac
diff --git a/configure.ac b/configure.ac
index de88ad5..87f4043 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,19 +44,19 @@ fi
 AC_MSG_RESULT($gnu_msgfmt)
 AC_SUBST(MSGFMT_FLAGS)
 
-DOMAINS="iso_15924 iso_3166 iso_4217 iso_639 iso_3166_2 iso_639_3 iso_639_5"
+DOMAINS="iso_639 iso_639_3 iso_639_5 iso_3166 iso_3166_2 iso_4217 iso_15924"
 AC_SUBST([DOMAINS])
 
 AC_CONFIG_FILES([
   Makefile
   iso-codes.pc
-  iso_15924/Makefile
-  iso_3166/Makefile
-  iso_3166_2/Makefile
-  iso_4217/Makefile
   iso_639/Makefile
   iso_639_3/Makefile
   iso_639_5/Makefile
+  iso_3166/Makefile
+  iso_3166_2/Makefile
+  iso_4217/Makefile
+  iso_15924/Makefile
 ])
 
 AC_OUTPUT

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