8006074: build-infra: Configure fails to find SetEnv.Cmd in microsoft sdk

Mon, 14 Jan 2013 13:09:59 +0100

author
erikj
date
Mon, 14 Jan 2013 13:09:59 +0100
changeset 577
3540aa40c868
parent 575
6f8f7a5449f6
child 578
6e822b534678

8006074: build-infra: Configure fails to find SetEnv.Cmd in microsoft sdk
Reviewed-by: tbell, ohair

common/autoconf/basics_windows.m4 file | annotate | diff | comparison | revisions
common/autoconf/generated-configure.sh file | annotate | diff | comparison | revisions
     1.1 --- a/common/autoconf/basics_windows.m4	Fri Jan 11 10:46:59 2013 +0100
     1.2 +++ b/common/autoconf/basics_windows.m4	Mon Jan 14 13:09:59 2013 +0100
     1.3 @@ -175,7 +175,7 @@
     1.4    # bat and cmd files are not always considered executable in cygwin causing which
     1.5    # to not find them
     1.6    if test "x$new_path" = x \
     1.7 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
     1.8 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
     1.9             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
    1.10      new_path=`$CYGPATH -u "$path"`
    1.11    fi
    1.12 @@ -191,7 +191,7 @@
    1.13      # bat and cmd files are not always considered executable in cygwin causing which
    1.14      # to not find them
    1.15      if test "x$new_path" = x \
    1.16 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
    1.17 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
    1.18               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
    1.19        new_path=`$CYGPATH -u "$path"`
    1.20      fi
     2.1 --- a/common/autoconf/generated-configure.sh	Fri Jan 11 10:46:59 2013 +0100
     2.2 +++ b/common/autoconf/generated-configure.sh	Mon Jan 14 13:09:59 2013 +0100
     2.3 @@ -3697,7 +3697,7 @@
     2.4  #CUSTOM_AUTOCONF_INCLUDE
     2.5  
     2.6  # Do not change or remove the following line, it is needed for consistency checks:
     2.7 -DATE_WHEN_GENERATED=1357897535
     2.8 +DATE_WHEN_GENERATED=1358165331
     2.9  
    2.10  ###############################################################################
    2.11  #
    2.12 @@ -8164,7 +8164,7 @@
    2.13    # bat and cmd files are not always considered executable in cygwin causing which
    2.14    # to not find them
    2.15    if test "x$new_path" = x \
    2.16 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
    2.17 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
    2.18             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
    2.19      new_path=`$CYGPATH -u "$path"`
    2.20    fi
    2.21 @@ -8180,7 +8180,7 @@
    2.22      # bat and cmd files are not always considered executable in cygwin causing which
    2.23      # to not find them
    2.24      if test "x$new_path" = x \
    2.25 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
    2.26 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
    2.27               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
    2.28        new_path=`$CYGPATH -u "$path"`
    2.29      fi
    2.30 @@ -8521,7 +8521,7 @@
    2.31    # bat and cmd files are not always considered executable in cygwin causing which
    2.32    # to not find them
    2.33    if test "x$new_path" = x \
    2.34 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
    2.35 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
    2.36             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
    2.37      new_path=`$CYGPATH -u "$path"`
    2.38    fi
    2.39 @@ -8537,7 +8537,7 @@
    2.40      # bat and cmd files are not always considered executable in cygwin causing which
    2.41      # to not find them
    2.42      if test "x$new_path" = x \
    2.43 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
    2.44 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
    2.45               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
    2.46        new_path=`$CYGPATH -u "$path"`
    2.47      fi
    2.48 @@ -8875,7 +8875,7 @@
    2.49    # bat and cmd files are not always considered executable in cygwin causing which
    2.50    # to not find them
    2.51    if test "x$new_path" = x \
    2.52 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
    2.53 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
    2.54             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
    2.55      new_path=`$CYGPATH -u "$path"`
    2.56    fi
    2.57 @@ -8891,7 +8891,7 @@
    2.58      # bat and cmd files are not always considered executable in cygwin causing which
    2.59      # to not find them
    2.60      if test "x$new_path" = x \
    2.61 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
    2.62 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
    2.63               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
    2.64        new_path=`$CYGPATH -u "$path"`
    2.65      fi
    2.66 @@ -9234,7 +9234,7 @@
    2.67    # bat and cmd files are not always considered executable in cygwin causing which
    2.68    # to not find them
    2.69    if test "x$new_path" = x \
    2.70 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
    2.71 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
    2.72             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
    2.73      new_path=`$CYGPATH -u "$path"`
    2.74    fi
    2.75 @@ -9250,7 +9250,7 @@
    2.76      # bat and cmd files are not always considered executable in cygwin causing which
    2.77      # to not find them
    2.78      if test "x$new_path" = x \
    2.79 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
    2.80 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
    2.81               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
    2.82        new_path=`$CYGPATH -u "$path"`
    2.83      fi
    2.84 @@ -9587,7 +9587,7 @@
    2.85    # bat and cmd files are not always considered executable in cygwin causing which
    2.86    # to not find them
    2.87    if test "x$new_path" = x \
    2.88 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
    2.89 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
    2.90             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
    2.91      new_path=`$CYGPATH -u "$path"`
    2.92    fi
    2.93 @@ -9603,7 +9603,7 @@
    2.94      # bat and cmd files are not always considered executable in cygwin causing which
    2.95      # to not find them
    2.96      if test "x$new_path" = x \
    2.97 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
    2.98 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
    2.99               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.100        new_path=`$CYGPATH -u "$path"`
   2.101      fi
   2.102 @@ -16404,7 +16404,7 @@
   2.103    # bat and cmd files are not always considered executable in cygwin causing which
   2.104    # to not find them
   2.105    if test "x$new_path" = x \
   2.106 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.107 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.108             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.109      new_path=`$CYGPATH -u "$path"`
   2.110    fi
   2.111 @@ -16420,7 +16420,7 @@
   2.112      # bat and cmd files are not always considered executable in cygwin causing which
   2.113      # to not find them
   2.114      if test "x$new_path" = x \
   2.115 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.116 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.117               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.118        new_path=`$CYGPATH -u "$path"`
   2.119      fi
   2.120 @@ -17004,7 +17004,7 @@
   2.121    # bat and cmd files are not always considered executable in cygwin causing which
   2.122    # to not find them
   2.123    if test "x$new_path" = x \
   2.124 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.125 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.126             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.127      new_path=`$CYGPATH -u "$path"`
   2.128    fi
   2.129 @@ -17020,7 +17020,7 @@
   2.130      # bat and cmd files are not always considered executable in cygwin causing which
   2.131      # to not find them
   2.132      if test "x$new_path" = x \
   2.133 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.134 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.135               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.136        new_path=`$CYGPATH -u "$path"`
   2.137      fi
   2.138 @@ -17315,7 +17315,7 @@
   2.139    # bat and cmd files are not always considered executable in cygwin causing which
   2.140    # to not find them
   2.141    if test "x$new_path" = x \
   2.142 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.143 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.144             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.145      new_path=`$CYGPATH -u "$path"`
   2.146    fi
   2.147 @@ -17331,7 +17331,7 @@
   2.148      # bat and cmd files are not always considered executable in cygwin causing which
   2.149      # to not find them
   2.150      if test "x$new_path" = x \
   2.151 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.152 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.153               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.154        new_path=`$CYGPATH -u "$path"`
   2.155      fi
   2.156 @@ -17621,7 +17621,7 @@
   2.157    # bat and cmd files are not always considered executable in cygwin causing which
   2.158    # to not find them
   2.159    if test "x$new_path" = x \
   2.160 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.161 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.162             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.163      new_path=`$CYGPATH -u "$path"`
   2.164    fi
   2.165 @@ -17637,7 +17637,7 @@
   2.166      # bat and cmd files are not always considered executable in cygwin causing which
   2.167      # to not find them
   2.168      if test "x$new_path" = x \
   2.169 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.170 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.171               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.172        new_path=`$CYGPATH -u "$path"`
   2.173      fi
   2.174 @@ -18219,7 +18219,7 @@
   2.175    # bat and cmd files are not always considered executable in cygwin causing which
   2.176    # to not find them
   2.177    if test "x$new_path" = x \
   2.178 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.179 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.180             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.181      new_path=`$CYGPATH -u "$path"`
   2.182    fi
   2.183 @@ -18235,7 +18235,7 @@
   2.184      # bat and cmd files are not always considered executable in cygwin causing which
   2.185      # to not find them
   2.186      if test "x$new_path" = x \
   2.187 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.188 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.189               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.190        new_path=`$CYGPATH -u "$path"`
   2.191      fi
   2.192 @@ -18655,7 +18655,7 @@
   2.193    # bat and cmd files are not always considered executable in cygwin causing which
   2.194    # to not find them
   2.195    if test "x$new_path" = x \
   2.196 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.197 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.198             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.199      new_path=`$CYGPATH -u "$path"`
   2.200    fi
   2.201 @@ -18671,7 +18671,7 @@
   2.202      # bat and cmd files are not always considered executable in cygwin causing which
   2.203      # to not find them
   2.204      if test "x$new_path" = x \
   2.205 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.206 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.207               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.208        new_path=`$CYGPATH -u "$path"`
   2.209      fi
   2.210 @@ -19788,7 +19788,7 @@
   2.211    # bat and cmd files are not always considered executable in cygwin causing which
   2.212    # to not find them
   2.213    if test "x$new_path" = x \
   2.214 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.215 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.216             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.217      new_path=`$CYGPATH -u "$path"`
   2.218    fi
   2.219 @@ -19804,7 +19804,7 @@
   2.220      # bat and cmd files are not always considered executable in cygwin causing which
   2.221      # to not find them
   2.222      if test "x$new_path" = x \
   2.223 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.224 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.225               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.226        new_path=`$CYGPATH -u "$path"`
   2.227      fi
   2.228 @@ -20224,7 +20224,7 @@
   2.229    # bat and cmd files are not always considered executable in cygwin causing which
   2.230    # to not find them
   2.231    if test "x$new_path" = x \
   2.232 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.233 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.234             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.235      new_path=`$CYGPATH -u "$path"`
   2.236    fi
   2.237 @@ -20240,7 +20240,7 @@
   2.238      # bat and cmd files are not always considered executable in cygwin causing which
   2.239      # to not find them
   2.240      if test "x$new_path" = x \
   2.241 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.242 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.243               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.244        new_path=`$CYGPATH -u "$path"`
   2.245      fi
   2.246 @@ -21125,7 +21125,7 @@
   2.247    # bat and cmd files are not always considered executable in cygwin causing which
   2.248    # to not find them
   2.249    if test "x$new_path" = x \
   2.250 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.251 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.252             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.253      new_path=`$CYGPATH -u "$path"`
   2.254    fi
   2.255 @@ -21141,7 +21141,7 @@
   2.256      # bat and cmd files are not always considered executable in cygwin causing which
   2.257      # to not find them
   2.258      if test "x$new_path" = x \
   2.259 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.260 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.261               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.262        new_path=`$CYGPATH -u "$path"`
   2.263      fi
   2.264 @@ -21506,7 +21506,7 @@
   2.265    # bat and cmd files are not always considered executable in cygwin causing which
   2.266    # to not find them
   2.267    if test "x$new_path" = x \
   2.268 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.269 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.270             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.271      new_path=`$CYGPATH -u "$path"`
   2.272    fi
   2.273 @@ -21522,7 +21522,7 @@
   2.274      # bat and cmd files are not always considered executable in cygwin causing which
   2.275      # to not find them
   2.276      if test "x$new_path" = x \
   2.277 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.278 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.279               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.280        new_path=`$CYGPATH -u "$path"`
   2.281      fi
   2.282 @@ -21853,7 +21853,7 @@
   2.283    # bat and cmd files are not always considered executable in cygwin causing which
   2.284    # to not find them
   2.285    if test "x$new_path" = x \
   2.286 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.287 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.288             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.289      new_path=`$CYGPATH -u "$path"`
   2.290    fi
   2.291 @@ -21869,7 +21869,7 @@
   2.292      # bat and cmd files are not always considered executable in cygwin causing which
   2.293      # to not find them
   2.294      if test "x$new_path" = x \
   2.295 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.296 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.297               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.298        new_path=`$CYGPATH -u "$path"`
   2.299      fi
   2.300 @@ -22190,7 +22190,7 @@
   2.301    # bat and cmd files are not always considered executable in cygwin causing which
   2.302    # to not find them
   2.303    if test "x$new_path" = x \
   2.304 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.305 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.306             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.307      new_path=`$CYGPATH -u "$path"`
   2.308    fi
   2.309 @@ -22206,7 +22206,7 @@
   2.310      # bat and cmd files are not always considered executable in cygwin causing which
   2.311      # to not find them
   2.312      if test "x$new_path" = x \
   2.313 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.314 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.315               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.316        new_path=`$CYGPATH -u "$path"`
   2.317      fi
   2.318 @@ -22511,7 +22511,7 @@
   2.319    # bat and cmd files are not always considered executable in cygwin causing which
   2.320    # to not find them
   2.321    if test "x$new_path" = x \
   2.322 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.323 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.324             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.325      new_path=`$CYGPATH -u "$path"`
   2.326    fi
   2.327 @@ -22527,7 +22527,7 @@
   2.328      # bat and cmd files are not always considered executable in cygwin causing which
   2.329      # to not find them
   2.330      if test "x$new_path" = x \
   2.331 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.332 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.333               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.334        new_path=`$CYGPATH -u "$path"`
   2.335      fi
   2.336 @@ -22885,7 +22885,7 @@
   2.337    # bat and cmd files are not always considered executable in cygwin causing which
   2.338    # to not find them
   2.339    if test "x$new_path" = x \
   2.340 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.341 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.342             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.343      new_path=`$CYGPATH -u "$path"`
   2.344    fi
   2.345 @@ -22901,7 +22901,7 @@
   2.346      # bat and cmd files are not always considered executable in cygwin causing which
   2.347      # to not find them
   2.348      if test "x$new_path" = x \
   2.349 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.350 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.351               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.352        new_path=`$CYGPATH -u "$path"`
   2.353      fi
   2.354 @@ -23191,7 +23191,7 @@
   2.355    # bat and cmd files are not always considered executable in cygwin causing which
   2.356    # to not find them
   2.357    if test "x$new_path" = x \
   2.358 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.359 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.360             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.361      new_path=`$CYGPATH -u "$path"`
   2.362    fi
   2.363 @@ -23207,7 +23207,7 @@
   2.364      # bat and cmd files are not always considered executable in cygwin causing which
   2.365      # to not find them
   2.366      if test "x$new_path" = x \
   2.367 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.368 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.369               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.370        new_path=`$CYGPATH -u "$path"`
   2.371      fi
   2.372 @@ -23602,7 +23602,7 @@
   2.373    # bat and cmd files are not always considered executable in cygwin causing which
   2.374    # to not find them
   2.375    if test "x$new_path" = x \
   2.376 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.377 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.378             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.379      new_path=`$CYGPATH -u "$path"`
   2.380    fi
   2.381 @@ -23618,7 +23618,7 @@
   2.382      # bat and cmd files are not always considered executable in cygwin causing which
   2.383      # to not find them
   2.384      if test "x$new_path" = x \
   2.385 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.386 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.387               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.388        new_path=`$CYGPATH -u "$path"`
   2.389      fi
   2.390 @@ -24002,7 +24002,7 @@
   2.391    # bat and cmd files are not always considered executable in cygwin causing which
   2.392    # to not find them
   2.393    if test "x$new_path" = x \
   2.394 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.395 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.396             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.397      new_path=`$CYGPATH -u "$path"`
   2.398    fi
   2.399 @@ -24018,7 +24018,7 @@
   2.400      # bat and cmd files are not always considered executable in cygwin causing which
   2.401      # to not find them
   2.402      if test "x$new_path" = x \
   2.403 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.404 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.405               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.406        new_path=`$CYGPATH -u "$path"`
   2.407      fi
   2.408 @@ -24331,7 +24331,7 @@
   2.409    # bat and cmd files are not always considered executable in cygwin causing which
   2.410    # to not find them
   2.411    if test "x$new_path" = x \
   2.412 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.413 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.414             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.415      new_path=`$CYGPATH -u "$path"`
   2.416    fi
   2.417 @@ -24347,7 +24347,7 @@
   2.418      # bat and cmd files are not always considered executable in cygwin causing which
   2.419      # to not find them
   2.420      if test "x$new_path" = x \
   2.421 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.422 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.423               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.424        new_path=`$CYGPATH -u "$path"`
   2.425      fi
   2.426 @@ -24648,7 +24648,7 @@
   2.427    # bat and cmd files are not always considered executable in cygwin causing which
   2.428    # to not find them
   2.429    if test "x$new_path" = x \
   2.430 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.431 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.432             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.433      new_path=`$CYGPATH -u "$path"`
   2.434    fi
   2.435 @@ -24664,7 +24664,7 @@
   2.436      # bat and cmd files are not always considered executable in cygwin causing which
   2.437      # to not find them
   2.438      if test "x$new_path" = x \
   2.439 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.440 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.441               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.442        new_path=`$CYGPATH -u "$path"`
   2.443      fi
   2.444 @@ -24954,7 +24954,7 @@
   2.445    # bat and cmd files are not always considered executable in cygwin causing which
   2.446    # to not find them
   2.447    if test "x$new_path" = x \
   2.448 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.449 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.450             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.451      new_path=`$CYGPATH -u "$path"`
   2.452    fi
   2.453 @@ -24970,7 +24970,7 @@
   2.454      # bat and cmd files are not always considered executable in cygwin causing which
   2.455      # to not find them
   2.456      if test "x$new_path" = x \
   2.457 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.458 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.459               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.460        new_path=`$CYGPATH -u "$path"`
   2.461      fi
   2.462 @@ -25260,7 +25260,7 @@
   2.463    # bat and cmd files are not always considered executable in cygwin causing which
   2.464    # to not find them
   2.465    if test "x$new_path" = x \
   2.466 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.467 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.468             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.469      new_path=`$CYGPATH -u "$path"`
   2.470    fi
   2.471 @@ -25276,7 +25276,7 @@
   2.472      # bat and cmd files are not always considered executable in cygwin causing which
   2.473      # to not find them
   2.474      if test "x$new_path" = x \
   2.475 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.476 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.477               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.478        new_path=`$CYGPATH -u "$path"`
   2.479      fi
   2.480 @@ -25619,7 +25619,7 @@
   2.481    # bat and cmd files are not always considered executable in cygwin causing which
   2.482    # to not find them
   2.483    if test "x$new_path" = x \
   2.484 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.485 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.486             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.487      new_path=`$CYGPATH -u "$path"`
   2.488    fi
   2.489 @@ -25635,7 +25635,7 @@
   2.490      # bat and cmd files are not always considered executable in cygwin causing which
   2.491      # to not find them
   2.492      if test "x$new_path" = x \
   2.493 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.494 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.495               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.496        new_path=`$CYGPATH -u "$path"`
   2.497      fi
   2.498 @@ -25977,7 +25977,7 @@
   2.499    # bat and cmd files are not always considered executable in cygwin causing which
   2.500    # to not find them
   2.501    if test "x$new_path" = x \
   2.502 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.503 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.504             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.505      new_path=`$CYGPATH -u "$path"`
   2.506    fi
   2.507 @@ -25993,7 +25993,7 @@
   2.508      # bat and cmd files are not always considered executable in cygwin causing which
   2.509      # to not find them
   2.510      if test "x$new_path" = x \
   2.511 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.512 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.513               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.514        new_path=`$CYGPATH -u "$path"`
   2.515      fi
   2.516 @@ -26350,7 +26350,7 @@
   2.517    # bat and cmd files are not always considered executable in cygwin causing which
   2.518    # to not find them
   2.519    if test "x$new_path" = x \
   2.520 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.521 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.522             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.523      new_path=`$CYGPATH -u "$path"`
   2.524    fi
   2.525 @@ -26366,7 +26366,7 @@
   2.526      # bat and cmd files are not always considered executable in cygwin causing which
   2.527      # to not find them
   2.528      if test "x$new_path" = x \
   2.529 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.530 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.531               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.532        new_path=`$CYGPATH -u "$path"`
   2.533      fi
   2.534 @@ -26721,7 +26721,7 @@
   2.535    # bat and cmd files are not always considered executable in cygwin causing which
   2.536    # to not find them
   2.537    if test "x$new_path" = x \
   2.538 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.539 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.540             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.541      new_path=`$CYGPATH -u "$path"`
   2.542    fi
   2.543 @@ -26737,7 +26737,7 @@
   2.544      # bat and cmd files are not always considered executable in cygwin causing which
   2.545      # to not find them
   2.546      if test "x$new_path" = x \
   2.547 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.548 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.549               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.550        new_path=`$CYGPATH -u "$path"`
   2.551      fi
   2.552 @@ -27030,7 +27030,7 @@
   2.553    # bat and cmd files are not always considered executable in cygwin causing which
   2.554    # to not find them
   2.555    if test "x$new_path" = x \
   2.556 -           && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.557 +           && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.558             && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.559      new_path=`$CYGPATH -u "$path"`
   2.560    fi
   2.561 @@ -27046,7 +27046,7 @@
   2.562      # bat and cmd files are not always considered executable in cygwin causing which
   2.563      # to not find them
   2.564      if test "x$new_path" = x \
   2.565 -             && test "x`$ECHO \"$path\" | $GREP -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.566 +             && test "x`$ECHO \"$path\" | $GREP -i -e \"\\.bat$\" -e \"\\.cmd$\"`" != x \
   2.567               && test "x`$LS \"$path\" 2>/dev/null`" != x; then
   2.568        new_path=`$CYGPATH -u "$path"`
   2.569      fi

mercurial