Be more careful with creating the "machine" symbolic link.

Suggested by Michel Schinz <Michel.Schinz@epfl.ch>.
This commit is contained in:
sperber 2002-02-08 18:12:28 +00:00
parent dc19f744d3
commit f429c1451a
1 changed files with 4 additions and 3 deletions

View File

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