1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

* check-guile.in: Replaced ln -s' by @LN_S@' to supports

build systems which do not have symbolic links.
This commit is contained in:
Marius Vollmer 2001-11-02 00:05:45 +00:00
parent 8dd6dfdcd2
commit fb39eb4933

View file

@ -37,7 +37,7 @@ fi
# documentation searching ignores GUILE_LOAD_PATH.
if [ ! -f guile-procedures.txt ] ; then
ln -s libguile/guile-procedures.txt .
@LN_S@ libguile/guile-procedures.txt .
fi
exec "$guile" -e main -s "$TEST_SUITE_DIR/guile-test" --test-suite "$TEST_SUITE_DIR/tests" --log-file check-guile.log "$@"