1 : doSH is obsolete. Just use Configure -S
3 if test -f Configure ; then TOP=.;
4 elif test -f ../Configure ; then TOP=..;
5 elif test -f ../../Configure ; then TOP=../..;
6 elif test -f ../../../Configure ; then TOP=../../..;
7 elif test -f ../../../../Configure ; then TOP=../../../..;
9 echo "Can't find Configure" ; exit 1