home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-26 | 351 b | 13 lines | [TEXT/MPS ] |
- : doSH is obsolete. Just use Configure -S
- :
- if test -f Configure ; then TOP=.;
- elif test -f ../Configure ; then TOP=..;
- elif test -f ../../Configure ; then TOP=../..;
- elif test -f ../../../Configure ; then TOP=../../..;
- elif test -f ../../../../Configure ; then TOP=../../../..;
- else
- echo "Can't find Configure" ; exit 1
- fi
-
- sh $TOP/Configure -S
-