From: Ulrich Drepper Date: Mon, 13 Sep 2010 16:43:11 +0000 (-0700) Subject: Update ALL_LINGUAS. X-Git-Tag: elfutils-0.149~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27838fb6ae191a58a61799d60dbc3afefb917080;p=thirdparty%2Felfutils.git Update ALL_LINGUAS. --- diff --git a/ChangeLog b/ChangeLog index 018a1025b..f9ccdfd28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-09-13 Ulrich Drepper + + * configure.ac (ALL_LINGUAS): Add languages which have some + translations. + 2010-04-15 Roland McGrath * configure.ac (LOCALEDIR, DATADIRNAME): Removed. diff --git a/configure.ac b/configure.ac index f10cc3e7e..72363c17d 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