: Sanity checks
case "$fastread$alldone" in
yescont|yesexit) ;;
*)
if test ! -t 0; then
echo "Say 'sh Configure', not 'sh <Configure'"
exit 1
fi
;;
esac
where the check for $fastread being yes and $alldone being cont and
exit to disable the check is relatively new.
This check is still to strict; it should also be disabled in the case
of "./Configure -S".
Migrated from rt.perl.org#3072 (status was 'resolved')
Searchable as RT3072$
The text was updated successfully, but these errors were encountered: