]> sjero.net Git - wget/blobdiff - configure.ac
Adding en@quot and en@boldquot pseudo-LINGUA support.
[wget] / configure.ac
index b517c47548e6e586331f07de568521426ce13720..6a00b79c5dc6e6a4e63c71bee56953896e41c0c0 100644 (file)
@@ -432,10 +432,7 @@ 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
-dnl ALL_LINGUAS=`(cd ${srcdir}/po && ls *.po | sed -e 's/\.po$//' | tr '\012' ' ')`
-
-dnl internationalization macros
-dnl WGET_WITH_NLS
+ALL_LINGUAS="en@quot en@boldquot $(cd ${srcdir}/po && ls *.po | sed -e 's/\.po$//' | tr '\012' ' ')"
 
 dnl
 dnl Find makeinfo.  We used to provide support for Emacs processing
@@ -471,5 +468,4 @@ AC_CONFIG_HEADERS([src/config.h])
 AH_BOTTOM([
 #include "config-post.h"
 ])
-AC_CONFIG_COMMANDS([default], [WGET_PROCESS_PO])
 AC_OUTPUT