From: Roland McGrath Date: Wed, 9 Feb 2011 02:59:04 +0000 (-0800) Subject: Remove obsolete ALL_LINGUAS variable from configure. X-Git-Tag: elfutils-0.152~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc88fffec993bcf7736ad6060ebc9c55988bb444;p=thirdparty%2Felfutils.git Remove obsolete ALL_LINGUAS variable from configure. --- diff --git a/ChangeLog b/ChangeLog index f9ccdfd28..c5e02ddb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-02-08 Roland McGrath + + * configure.ac (ALL_LINGUAS): Remove variable, now obsolete. + 2010-09-13 Ulrich Drepper * configure.ac (ALL_LINGUAS): Add languages which have some diff --git a/configure.ac b/configure.ac index 39ecd3913..533d50e58 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