mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* check-guile.in: fix to be runnable when srcdir!=builddir.
This commit is contained in:
parent
729dbac32f
commit
1db81cb09a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-05-28 Michael Livshin <mlivshin@bigfoot.com>
|
||||
|
||||
* check-guile.in: fix to be runnable when srcdir!=builddir.
|
||||
|
||||
2001-05-26 Michael Livshin <mlivshin@bigfoot.com>
|
||||
|
||||
revert the controversial part of the 2001-05-23 changes
|
||||
|
|
|
@ -21,7 +21,7 @@ if [ x"$1" = x-i ] ; then
|
|||
else
|
||||
guile=libguile/guile
|
||||
GUILE_LOAD_PATH=$srcdir:$TEST_SUITE_DIR
|
||||
LTDL_LIBRARY_PATH=$srcdir/srfi/.libs:${LTDL_LIBRARY_PATH}
|
||||
LTDL_LIBRARY_PATH=`pwd`/srfi/.libs:${LTDL_LIBRARY_PATH}
|
||||
fi
|
||||
export GUILE_LOAD_PATH
|
||||
export LTDL_LIBRARY_PATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue