summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-09-13 09:43:11 -0700
committerUlrich Drepper <drepper@redhat.com>2010-09-13 09:43:11 -0700
commit27838fb6ae191a58a61799d60dbc3afefb917080 (patch)
treef79b2c4413c618633456c246f976e639249daf7b
parent5c45def39d7b98d8f77cdc17a605e25c2655424a (diff)
downloadelfutils-27838fb6ae191a58a61799d60dbc3afefb917080.tar.gz
Update ALL_LINGUAS.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 018a1025..f9ccdfd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-13 Ulrich Drepper <drepper@redhat.com>
+
+ * configure.ac (ALL_LINGUAS): Add languages which have some
+ translations.
+
2010-04-15 Roland McGrath <roland@redhat.com>
* configure.ac (LOCALEDIR, DATADIRNAME): Removed.
diff --git a/configure.ac b/configure.ac
index f10cc3e7..72363c17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,7 @@ AS_IF([test "$use_locks" = yes], [AC_DEFINE(USE_LOCKS)])
AH_TEMPLATE([USE_LOCKS], [Defined if libraries should be thread-safe.])
dnl Add all the languages for which translations are available.
-ALL_LINGUAS=
+ALL_LINGUAS="de es ja pl uk"
AC_PROG_CC
AC_PROG_RANLIB