perl5.000 patch.0m: [various fixes, hint file updates and documentation]
[p5sagit/p5-mst-13.2.git] / doSH
CommitLineData
85e6fe83 1: doSH is obsolete. Just use Configure -S
2:
3if test -f Configure ; then TOP=.;
4elif test -f ../Configure ; then TOP=..;
5elif test -f ../../Configure ; then TOP=../..;
6elif test -f ../../../Configure ; then TOP=../../..;
7elif test -f ../../../../Configure ; then TOP=../../../..;
8else
9 echo "Can't find Configure" ; exit 1
6e21c824 10fi
85e6fe83 11
12sh $TOP/Configure -S