]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* bootstrap (WGET_COMMAND): Remove code to set this variable.
authorJim Meyering <jim@meyering.net>
Sun, 2 Sep 2007 11:49:49 +0000 (13:49 +0200)
committerJim Meyering <jim@meyering.net>
Sun, 2 Sep 2007 11:49:49 +0000 (13:49 +0200)
ChangeLog
bootstrap

index 82498f955e84382654c65bd36a02af6230ff9c41..7153fd6b7a6938f47ecf4cdecbe853fd0ad90d38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-09-02  Jim Meyering  <jim@meyering.net>
 
+       * bootstrap (WGET_COMMAND): Remove code to set this variable.
+
        Ensure that $(VERSION) is up to date for dist-related targets.
        * GNUmakefile: Arrange to rerun autoconf, if the version reported by
        git-version-gen doesn't match $(VERSION), but only for dist targets.
index 39c6971a23a775d60fca40ee1bd0f6413b070bca..295e92a3e914dd2e7dc5d6918bd102442744eeb0 100755 (executable)
--- 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