cd - is not understood by SunOS

This commit is contained in:
mainzelm 2002-02-19 13:16:27 +00:00
parent b5aa75894a
commit f085fa2f90
1 changed files with 1 additions and 4 deletions

View File

@ -325,10 +325,7 @@ AC_INIT(c/scheme48vm.c)
echo "WARNING: "
;;
esac
cd $srcdir/scsh
rm -rf machine
ln -s $dir machine
cd -
(cd $srcdir/scsh && rm -rf machine && ln -s $dir machine)
AC_CHECK_LIB(m, main)
AC_CHECK_LIB(dl, main)