From d36b48f8e07b123658bd262709eb38dbf98a8e08 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Sat, 3 Dec 2011 15:16:59 +1000 Subject: Add support for tcl::prefix as an optional extension Also adds Jim_ListGetIndex(), like Jim_ListIndex() but with a more convenient interface --- auto.def | 2 ++ 1 file changed, 2 insertions(+) (limited to 'auto.def') 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 } } -- cgit v1.1