summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2011-02-08 18:59:04 -0800
committerRoland McGrath <roland@redhat.com>2011-02-08 18:59:04 -0800
commitbc88fffec993bcf7736ad6060ebc9c55988bb444 (patch)
tree38ed2e403f4e6695fcd89008e886593a84c49a28
parent7094d00a169afb27e0323f8580e817798ae7c240 (diff)
downloadelfutils-bc88fffec993bcf7736ad6060ebc9c55988bb444.tar.gz
Remove obsolete ALL_LINGUAS variable from configure.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac3
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f9ccdfd2..c5e02ddb 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 39ecd391..533d50e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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