+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.
+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.
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"
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)