aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-01-24 10:48:25 +1000
committerSteve Bennett <steveb@workware.net.au>2010-10-15 11:02:39 +1000
commitd495fb19428bfc640aa4d0e9245bc8f23c31f380 (patch)
treeb80832b727b297f43584d274485742976e6d7529 /configure
parente68eadfbfe66d350b9656e3a4a91f7520e2bfba4 (diff)
downloadjimtcl-d495fb19428bfc640aa4d0e9245bc8f23c31f380.zip
jimtcl-d495fb19428bfc640aa4d0e9245bc8f23c31f380.tar.gz
jimtcl-d495fb19428bfc640aa4d0e9245bc8f23c31f380.tar.bz2
Bugs, features, tests
The result of boolean ops on doubles is an int *: e.g. 0.5 < 0.1 should be 0, not 0.1 Implement jimsh -e <cmd> Allow jim to be built in a different location *: e.g. mkdir build; cd build; ../configure ...; make jimsh Add dict.test
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 2a6b066..ff19821 100755
--- a/configure
+++ b/configure
@@ -649,6 +649,7 @@ SET_MAKE
JIM_NOFORK
JIM_EXTENSIONS
EXTRA_CFLAGS
+SRCDIR
LIBDL
LIBOBJS
LTLIBOBJS'
@@ -2861,6 +2862,8 @@ JIM_EXTENSIONS=$JIM_EXTENSIONS
EXTRA_CFLAGS=$EXTRA_CFLAGS
+SRCDIR=`dirname $0`
+
{ $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
$as_echo_n "checking for dlopen in -ldl... " >&6; }