aboutsummaryrefslogtreecommitdiff
path: root/auto.def
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2011-12-03 15:16:59 +1000
committerSteve Bennett <steveb@workware.net.au>2011-12-08 12:49:37 +1000
commitd36b48f8e07b123658bd262709eb38dbf98a8e08 (patch)
tree19fba2bcf24a92eda32af4ab83387fafb05c1dee /auto.def
parent0723cbb8c984d0c7a96bb6714ede45e082a28111 (diff)
downloadjimtcl-d36b48f8e07b123658bd262709eb38dbf98a8e08.zip
jimtcl-d36b48f8e07b123658bd262709eb38dbf98a8e08.tar.gz
jimtcl-d36b48f8e07b123658bd262709eb38dbf98a8e08.tar.bz2
Add support for tcl::prefix as an optional extension
Also adds Jim_ListGetIndex(), like Jim_ListIndex() but with a more convenient interface
Diffstat (limited to 'auto.def')
-rw-r--r--auto.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto.def b/auto.def
index a1150fe..6c241d7 100644
--- a/auto.def
+++ b/auto.def
@@ -44,6 +44,7 @@ options {
readline - Interface to libreadline
rlprompt - Tcl wrapper around the readline extension
mk - Interface to Metakit
+ tclprefix - Support for the tcl::prefix command
sqlite - Interface to sqlite
sqlite3 - Interface to sqlite3
win32 - Interface to win32
@@ -210,6 +211,7 @@ dict set extdb attrs {
stdlib { tcl static }
syslog { optional }
tclcompat { tcl static }
+ tclprefix { optional full }
tree { tcl optional full }
win32 { optional }
}