This is an automated email from Gerrit.

Steven Stallion ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/4116

-- gerrit

commit 59c59a0232b2b4a6e0c9ba740f2c8025253eb3fc
Author: Steven Stallion <[email protected]>
Date:   Mon May 1 15:32:53 2017 -0500

    configure: revert changes to jimtcl
    
    This patch reverts a recent change to clamp down on the default modules
    included when installing jimtcl. This had led to some confusion by users
    and also creates unpredicable results on macOS when attempting to
    resolve jimsh as `info nameofexecutable` will return an empty string.
    
    Change-Id: Iec443c9dc8b0ce1edeee11e2d5e738232b31a651
    Signed-off-by: Steven Stallion <[email protected]>

diff --git a/configure.ac b/configure.ac
index 6e60733..993ca5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -556,7 +556,7 @@ AS_IF([test "x$build_buspirate" = "xyes"], [
 
 AS_IF([test "x$use_internal_jimtcl" = "xyes"], [
   AS_IF([test -f "$srcdir/jimtcl/configure.ac"], [
-    AX_CONFIG_SUBDIR_OPTION([jimtcl], [--disable-install-jim 
--with-ext="eventloop array clock regexp stdlib tclcompat" 
--without-ext="default"])
+    AX_CONFIG_SUBDIR_OPTION([jimtcl], [--disable-install-jim])
   ], [
     AC_MSG_ERROR([jimtcl not found, run git submodule init and git submodule 
update.])
   ])

-- 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to