]> sjero.net Git - wget/blobdiff - configure.in
msdos/Makefile.WC in EXTRA_DIST.
[wget] / configure.in
index 3c401c6f79fa297b8c25e014e2ac509822d453d2..b517c47548e6e586331f07de568521426ce13720 100644 (file)
@@ -49,6 +49,12 @@ dnl Automake setup
 dnl
 AM_INIT_AUTOMAKE(1.9)
 
+dnl
+dnl Gettext
+dnl
+AM_GNU_GETTEXT([external],[need-ngettext])
+AM_GNU_GETTEXT_VERSION([0.16.1])
+
 dnl
 dnl Get cannonical host
 dnl
@@ -426,10 +432,10 @@ 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=`(cd ${srcdir}/po && ls *.po | sed -e 's/\.po$//' | tr '\012' ' ')`
+dnl ALL_LINGUAS=`(cd ${srcdir}/po && ls *.po | sed -e 's/\.po$//' | tr '\012' ' ')`
 
 dnl internationalization macros
-WGET_WITH_NLS
+dnl WGET_WITH_NLS
 
 dnl
 dnl Find makeinfo.  We used to provide support for Emacs processing
@@ -465,6 +471,5 @@ AC_CONFIG_HEADERS([src/config.h])
 AH_BOTTOM([
 #include "config-post.h"
 ])
-AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h])
 AC_CONFIG_COMMANDS([default], [WGET_PROCESS_PO])
 AC_OUTPUT