* flock-build: If we don't use autokey, don't use rsaref either.
bk: 39138576W8fqfMcciwFsf7pK5K3XVw
2000-05-05 Harlan Stenn <stenn@whimsy.udel.edu>
+ * flock-build: If we don't use autokey, don't use rsaref either.
+
* configure.in: 4.0.99i7
* build (KEYSUF):
echo $i
ssh $i "cd $c_d ; ./build $SIG --enable-parse-clocks $BUILD_ARGS" &
ssh $i "cd $c_d ; ./build $SIG --enable-parse-clocks --without-rsaref $BUILD_ARGS" &
- ssh $i "cd $c_d ; ./build $SIG --enable-parse-clocks --disable-autokey $BUILD_ARGS" &
+ ssh $i "cd $c_d ; ./build $SIG --enable-parse-clocks --without-rsaref --disable-autokey $BUILD_ARGS" &
done