diff options
author | Steve Bennett <steveb@workware.net.au> | 2010-01-24 10:48:25 +1000 |
---|---|---|
committer | Steve Bennett <steveb@workware.net.au> | 2010-10-15 11:02:39 +1000 |
commit | d495fb19428bfc640aa4d0e9245bc8f23c31f380 (patch) | |
tree | b80832b727b297f43584d274485742976e6d7529 /configure | |
parent | e68eadfbfe66d350b9656e3a4a91f7520e2bfba4 (diff) | |
download | jimtcl-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-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; } |