From e4637b48b515dafebc32de7234afa36d9d6033ad Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 2 Sep 2007 13:49:49 +0200 Subject: * bootstrap (WGET_COMMAND): Remove code to set this variable. --- bootstrap | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 39c6971a2..295e92a3e 100755 --- a/bootstrap +++ b/bootstrap @@ -293,17 +293,6 @@ update_po_files() { case $SKIP_PO in '') - case `wget --help` in - *'--no-cache'*) - WGET_COMMAND='wget -nv --no-cache';; - *'--cache=on/off'*) - WGET_COMMAND='wget -nv --cache=off';; - *'--non-verbose'*) - WGET_COMMAND='wget -nv';; - *) - WGET_COMMAND='';; - esac - if test -d po; then update_po_files po $package || exit fi -- cgit v1.2.3-54-g00ecf