aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-10-22 20:32:31 +1000
committerSteve Bennett <steveb@workware.net.au>2010-12-16 08:10:39 +1000
commitd69cd759e16a4572202f8e95e422604fb5725707 (patch)
treec592b212af9f76a9274b2b06965fbdb8e4690bda /configure
parent4f988c521cf54e2353ed4933fefcca4cb778bcdb (diff)
downloadjimtcl-d69cd759e16a4572202f8e95e422604fb5725707.zip
jimtcl-d69cd759e16a4572202f8e95e422604fb5725707.tar.gz
jimtcl-d69cd759e16a4572202f8e95e422604fb5725707.tar.bz2
Add a pure-TCl OO implementation to Jim
And document the OO extension in README.oo Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure b/configure
index f4d1f08..6992085 100755
--- a/configure
+++ b/configure
@@ -1354,7 +1354,8 @@ Optional Packages:
These are disabled by default:
nvp - Name-value pairs C-only API
- tree - Similar to tcllib ::struct::tree using references
+ oo - Jim OO extension
+ tree - OO tree structure, similar to tcllib ::struct::tree
readline - Interface to libreadline
rlprompt - Tcl wrapper around the readline extension
sqlite - Interface to sqlite
@@ -3843,12 +3844,12 @@ in_list()
}
# Tcl extensions
-ext_tcl="stdlib glob tclcompat tree rlprompt"
+ext_tcl="stdlib glob tclcompat tree rlprompt oo"
# C extensions
ext_c="load package readdir array clock exec file posix regexp signal aio eventloop syslog nvp readline sqlite sqlite3 win32"
# Tcl extensions which can be modules
-ext_tcl_mod="glob tree rlprompt"
+ext_tcl_mod="glob tree rlprompt oo"
# C extensions which can be modules
ext_c_mod="readdir array clock file posix regexp syslog readline sqlite sqlite3 win32"