summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Livshin <mlivshin@bigfoot.com>2001-05-28 12:23:41 +0000
committerMichael Livshin <mlivshin@bigfoot.com>2001-05-28 12:23:41 +0000
commit1db81cb09afe3afec94903a4f83a5e947829a58e (patch)
tree58485e347ef9193b9a7ea9595f6fd4b1fb46c8a3
parent729dbac32f9b3a8b2c6fe399f4e725549cecd1e7 (diff)
downloadguile-1db81cb09afe3afec94903a4f83a5e947829a58e.tar.gz
* check-guile.in: fix to be runnable when srcdir!=builddir.
-rw-r--r--ChangeLog4
-rw-r--r--check-guile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e4eecbc30..788191c34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/check-guile.in b/check-guile.in
index e876af5e7..a9961e93d 100644
--- a/check-guile.in
+++ b/check-guile.in
@@ -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