gerrit
2017-05-01 20:35:04 UTC
This is an automated email from Gerrit.
Steven Stallion (***@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4116
-- gerrit
commit 59c59a0232b2b4a6e0c9ba740f2c8025253eb3fc
Author: Steven Stallion <***@squareup.com>
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 <***@squareup.com>
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.])
])
--
Steven Stallion (***@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4116
-- gerrit
commit 59c59a0232b2b4a6e0c9ba740f2c8025253eb3fc
Author: Steven Stallion <***@squareup.com>
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 <***@squareup.com>
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.])
])
--