Remove obsolete ALL_LINGUAS variable from configure.
authorRoland McGrath <roland@redhat.com>
Wed, 9 Feb 2011 02:59:04 +0000 (18:59 -0800)
committerRoland McGrath <roland@redhat.com>
Wed, 9 Feb 2011 02:59:04 +0000 (18:59 -0800)
ChangeLog
configure.ac

index f9ccdfd..c5e02dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-08  Roland McGrath  <roland@redhat.com>
+
+       * configure.ac (ALL_LINGUAS): Remove variable, now obsolete.
+
 2010-09-13  Ulrich Drepper  <drepper@redhat.com>
 
        * configure.ac (ALL_LINGUAS): Add languages which have some
index 39ecd39..533d50e 100644 (file)
@@ -55,9 +55,6 @@ 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="de es ja pl uk"
-
 AC_PROG_CC
 AC_PROG_RANLIB
 AC_PROG_YACC