summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-01-25 17:44:57 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-01-25 17:44:57 +0000
commitb1f61cf133dd8ecbfe9baf0b663f8b8349253756 (patch)
treecfe0c9e202e02fd5ea9677fb05ddd0989a503fb0
parentd13b73561c16cbbdb68a4b0726d481a613429c3b (diff)
downloadyelp-b1f61cf133dd8ecbfe9baf0b663f8b8349253756.tar.gz
Remove 'hu' from ALL_LINGUAS since the po file wasn't actually added.
Fri Jan 25 12:43:19 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Remove 'hu' from ALL_LINGUAS since the po file wasn't actually added.
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 02048815..28b947b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jan 25 12:43:19 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Remove 'hu' from ALL_LINGUAS since
+ the po file wasn't actually added.
+
2002-01-25 Szabolcs Ban <shooby@gnome.hu>
* po/hu.po: Added Hungarian translations from Emese Kovacs
diff --git a/configure.in b/configure.in
index 20c6078c..37d8283e 100644
--- a/configure.in
+++ b/configure.in
@@ -28,7 +28,7 @@ GETTEXT_PACKAGE=yelp
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE")
-ALL_LINGUAS="az bg de es hu ms nl no lv pt sk sv tr uk wa"
+ALL_LINGUAS="az bg de es ms nl no lv pt sk sv tr uk wa"
AM_GLIB_GNU_GETTEXT
if test "x$prefix" = "xNONE"; then