From 0cf88f48e6a29dc0387b6723af0496261e416ffe Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Fri, 7 May 2010 10:00:41 +0200 Subject: [PATCH] Do not define ALL_LINGUAS in configure.ac. --- ChangeLog | 4 ++++ configure.ac | 11 ----------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index dbdab409..1abc1daf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-05-07 Giuseppe Scrivano + + * configure.ac (ALL_LINGUAS): Remove. + 2010-05-06 Giuseppe Scrivano * bootstrap: New file. diff --git a/configure.ac b/configure.ac index 00aabd77..f5b776c3 100644 --- a/configure.ac +++ b/configure.ac @@ -438,17 +438,6 @@ elif test "x$force_ipv6" = "xyes"; then AC_MSG_ERROR([IPv6 support requested but not found; aborting]) fi - -dnl -dnl Set of available languages. -dnl -dnl Originally this used to be static, looking like this: -dnl ALL_LINGUAS="cs de hr it ..." -dnl The downside was that configure needed to be rebuilt whenever a -dnl new language was added. -dnl -ALL_LINGUAS="en@quot en@boldquot en_US $(cd ${srcdir}/po && ls *.po | grep -v 'en@.*quot' | grep -v 'en_US\.po' | sed -e 's/\.po$//' | tr '\012' ' ')" - dnl dnl Find makeinfo. We used to provide support for Emacs processing dnl Texinfo using `emacs -batch -eval ...' where makeinfo is -- 2.39.2