From 5d2b6ed32c38078efed26fd31f30f0d3569bf3db Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 5 Dec 2014 06:57:58 -0800 Subject: * configure: Bugfix: the "share" directory has to be symbolically linked. Without this, tests which require txr to have access to its library do not work. --- ChangeLog | 6 ++++++ configure | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index abd77da6..24106c8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-12-05 Kaz Kylheku + + * configure: Bugfix: the "share" directory has to be + symbolically linked. Without this, tests which require txr to have + access to its library do not work. + 2014-12-04 Kaz Kylheku TXR now builds optimized and debug at the same time. diff --git a/configure b/configure index 0c60f899..a11c9c63 100755 --- a/configure +++ b/configure @@ -543,6 +543,8 @@ esac if [ "$source_dir" != "." ] ; then printf "Symlinking Makefile -> $source_dir/Makefile\n" ln -sf "$source_dir/Makefile" . + printf "Symlinking share -> $source_dir/share\n" + ln -sf "$source_dir/share" . else printf "Warning: its recommended to build in a separate directory\n" fi -- cgit v1.2.3