jim-nvp is moving from jimtcl to openocd

The jim-nvp code is specific to openocd, so it belongs in openocd,
not in the core jimtcl.

Signed-off-by: Steve Bennett <steveb@workware.net.au>
This commit is contained in:
Steve Bennett
2011-09-29 16:12:41 +10:00
committed by Øyvind Harboe
parent 05b12e6c5e
commit ef885d3b2a
6 changed files with 620 additions and 4 deletions

View File

@@ -776,7 +776,7 @@ fi
if test "$use_internal_jimtcl" = yes; then
if test -f "$srcdir/jimtcl/configure.ac"; then
AX_CONFIG_SUBDIR_OPTION([jimtcl], [--with-jim-ext=nvp --disable-lineedit --disable-install-jim])
AX_CONFIG_SUBDIR_OPTION([jimtcl], [--disable-install-jim])
else
AC_MSG_ERROR([jimtcl not found, run git submodule init and git submodule update.])
fi