diff options
| -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 <[email protected]> + + * configure.ac (ALL_LINGUAS): Add languages which have some + translations. + 2010-04-15 Roland McGrath <[email protected]> * 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 |
