]> sjero.net Git - wget/commitdiff
Do not define ALL_LINGUAS in configure.ac.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Fri, 7 May 2010 08:00:41 +0000 (10:00 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Fri, 7 May 2010 08:00:41 +0000 (10:00 +0200)
ChangeLog
configure.ac

index dbdab4095377133941bf04593ee738bc2a64f535..1abc1daf963757bc64885ecb8beecf5e01b2d37a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-07  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * configure.ac (ALL_LINGUAS): Remove.
+
 2010-05-06  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * bootstrap: New file.
 2010-05-06  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * bootstrap: New file.
index 00aabd7784bb19018f51a70a30e7cd69f6c6e265..f5b776c3d71586ffca818dc0588b781071f73a20 100644 (file)
@@ -438,17 +438,6 @@ elif test "x$force_ipv6" = "xyes"; then
   AC_MSG_ERROR([IPv6 support requested but not found; aborting])
 fi
 
   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
 dnl
 dnl Find makeinfo.  We used to provide support for Emacs processing
 dnl Texinfo using `emacs -batch -eval ...' where makeinfo is