diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-09-13 09:43:11 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-09-13 09:43:11 -0700 |
commit | 27838fb6ae191a58a61799d60dbc3afefb917080 (patch) | |
tree | f79b2c4413c618633456c246f976e639249daf7b | |
parent | 5c45def39d7b98d8f77cdc17a605e25c2655424a (diff) | |
download | elfutils-27838fb6ae191a58a61799d60dbc3afefb917080.tar.gz |
Update ALL_LINGUAS.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 |