]> hydra-www.ietfng.org Git - gtetrinet/commitdiff
Added "ko" (Korean). Update. Require automake 1.7 again, hoping that it's
authorJordi Mallach <jordi@sindominio.net>
Tue, 31 Aug 2004 09:45:34 +0000 (09:45 +0000)
committerJordi Mallach <jordim@src.gnome.org>
Tue, 31 Aug 2004 09:45:34 +0000 (09:45 +0000)
2004-08-31  Jordi Mallach  <jordi@sindominio.net>

* configure.in (ALL_LINGUAS): Added "ko" (Korean).
* NEWS: Update.
* autogen.sh: Require automake 1.7 again, hoping that it's
not broken anymore.

ChangeLog
NEWS
autogen.sh
configure.in

index ba2b53ae183130a0c2cf190414509be9651c095f..ae431bc217d3eb8d08408f4ee437e851ccd15a06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,17 @@
+2004-08-31  Jordi Mallach  <jordi@sindominio.net>
+
+       * configure.in (ALL_LINGUAS): Added "ko" (Korean).
+       * NEWS: Update.
+       * autogen.sh: Require automake 1.7 again, hoping that it's
+       not broken anymore.
+
 2004-07-17  Alessio Frusciante  <algol@firenze.linux.it>
 
        * configure.in: Added "it" (Italian) to ALL_LINGUAS.
 
 2004-04-18  Jordi Mallach  <jordi@sindominio.net>
 
-       * automake.in: Back out automake-1.7 requirement.
+       * autogen.sh: Back out automake-1.7 requirement.
        * NEWS: Updated for 0.7.7.
        * configure.in: Released gtetrinet 0.7.7.
 
diff --git a/NEWS b/NEWS
index dc1c85d6f5de4dfeef66d91b199cf88746d5c083..fad48e731a11a2420077e6c1416d3468a8af1b8b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+GTetrinet 0.7.8 - 2004-09-xx
+- New and updated translations: Italian (Riccardo Bozzo),
+  German (Gerfried Fuchs), Korean (Michael Kim).
+
 GTetrinet 0.7.7 - 2004-04-18
 - Regenerated tarball using automake 1.4 to workaround
   tar --posix problems.
index 545192b0c1009b7f4cefddf1700d80a3fc099ad0..b4195f141414b6c58106043544c6e56cbe88c61a 100755 (executable)
@@ -5,7 +5,7 @@ srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
 PKG_NAME="gtetrinet"
-#REQUIRED_AUTOMAKE_VERSION="1.7"
+REQUIRED_AUTOMAKE_VERSION="1.7"
 
 (test -f $srcdir/configure.in) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
index 0a210f6a294074311d5bd58dd62be8a918a263cd..18011b5e0272091eb59409274128b24a29653f18 100644 (file)
@@ -12,7 +12,7 @@ AC_SUBST(GETTEXT_PACKAGE)
 AC_PROG_CC
 
 AC_PROG_INTLTOOL([0.25])
-ALL_LINGUAS="am az ca cs cy de en_CA en_GB es eu fr ga hr it ja mk ml ms nl no pl pt pt_BR ru sr sr@Latn sv uk zh_TW"
+ALL_LINGUAS="am az ca cs cy de en_CA en_GB es eu fr ga hr it ja ko mk ml ms nl no pl pt pt_BR ru sr sr@Latn sv uk zh_TW"
 AM_GLIB_GNU_GETTEXT
 
 AC_PATH_PROG(GCONFTOOL, gconftool-2)