home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / MacPerl 5.0.3 / MacPerl Source ƒ / Perl5 / doSH < prev    next >
Encoding:
Text File  |  1994-12-26  |  351 b   |  13 lines  |  [TEXT/MPS ]

  1. :  doSH is obsolete.  Just use Configure -S
  2. :  
  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=../../../..;
  8. else
  9.     echo "Can't find Configure" ; exit 1
  10. fi
  11.  
  12. sh $TOP/Configure -S
  13.