This is an automated email from Gerrit. Paul Fertser ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4001
-- gerrit commit 391ffa2259732c57a406bc7746b6376e2a214119 Author: Paul Fertser <[email protected]> Date: Sat Feb 18 13:49:08 2017 +0300 configure: add back some JimTcl modules Change-Id: Ic56bdaefb343092c5f279382038827493e0311ca Signed-off-by: Paul Fertser <[email protected]> diff --git a/configure.ac b/configure.ac index 6e60733..d6e49d8 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 --with-ext="eventloop array clock regexp stdlib tclcompat aio binary exec file glob" --without-ext="default"]) ], [ 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
