]> git.pld-linux.org Git - packages/mpich.git/blob - mpich-fuckssh.patch
- updated for 1.2.5.3
[packages/mpich.git] / mpich-fuckssh.patch
1 --- mpich-1.2.5.3/mpid/ch_p4/configure.orig     2003-08-12 15:19:25.000000000 +0200
2 +++ mpich-1.2.5.3/mpid/ch_p4/configure  2004-07-04 12:36:33.739998728 +0200
3 @@ -1186,22 +1186,8 @@
4  fi
5  
6          if test -n "$RSHCOMMAND" ; then
7 -           echo $ac_n "checking whether $RSHCOMMAND works""... $ac_c" 1>&1
8 -echo "configure:1191: checking whether $RSHCOMMAND works" >&2
9 -            output=`$RSHCOMMAND $machine -n true 2>&1 </dev/null`
10 -            if test -n "$output" ; then
11 -               echo "$ac_t""no" 1>&1
12 -               echo "Errors while trying to run true on $machine with $program"
13 -               echo "$output"
14 -               RSHCOMMAND=""
15 -               # HORRIBLE, TERRIBLE BUG in AUTOCONF!!!
16 -               # It is determined to INCORRECTLY remember some results,
17 -               # while forgetting others (like "cross-compiling")
18 -               unset ac_cv_path_RSHCOMMAND
19 -            else
20                 echo "$ac_t""yes" 1>&1
21                 break
22 -           fi
23          fi
24      done
25      # Check ssh with special options to avoid user prompting which causes the
26 @@ -1243,22 +1229,7 @@
27  fi
28  
29         if test -n "$RSHCOMMAND" ; then
30 -           echo $ac_n "checking whether $RSHCOMMAND works""... $ac_c" 1>&1
31 -echo "configure:1248: checking whether $RSHCOMMAND works" >&2
32 -           output=`$RSHCOMMAND -o "StrictHostKeyChecking no" \
33 -             -o "BatchMode yes" $machine -n true 2>&1 </dev/null`
34 -           if test $? -ne 0 ; then
35 -               echo "$ac_t""no" 1>&1
36 -               echo "Errors while trying to run true on $machine with ssh"
37 -               echo "$output"
38 -               RSHCOMMAND=""
39 -               # HORRIBLE, TERRIBLE BUG in AUTOCONF!!!
40 -               # It is determined to INCORRECTLY remember some results,
41 -               # while forgetting others (like "cross-compiling")
42 -               unset ac_cv_path_RSHCOMMAND
43 -           else
44                 echo "$ac_t""yes" 1>&1
45 -           fi
46         fi
47      fi
48  fi
This page took 0.068964 seconds and 4 git commands to generate.