]> git.sur5r.net Git - openocd/commitdiff
build: do not install jimtcl
authorSpencer Oliver <ntfreak@users.sourceforge.net>
Mon, 18 Jul 2011 13:02:31 +0000 (14:02 +0100)
committerSpencer Oliver <ntfreak@users.sourceforge.net>
Mon, 18 Jul 2011 13:02:31 +0000 (14:02 +0100)
We now make use of the new jimtcl --disable-install-jim
Now we can install openocd without jimtcl bring installed.

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
Makefile.am
configure.in

index 1b19ba4360ca4f800b5fb7b7a99e75f3e6b70f6a..461bca4999b23f10f4f8a982d0a5841c516a0e2f 100644 (file)
@@ -3,7 +3,7 @@
 AUTOMAKE_OPTIONS = gnu 1.6
 
 # make sure we pass the correct jimtcl flags to distcheck
-DISTCHECK_CONFIGURE_FLAGS = --with-jim-ext=nvp --disable-lineedit
+DISTCHECK_CONFIGURE_FLAGS = --with-jim-ext=nvp --disable-lineedit --disable-install-jim
 
 nobase_dist_pkgdata_DATA = \
        contrib/libdcc/dcc_stdio.c \
index 8c77a2554ae036b211f8722f7316bbcf3dcbdb0e..a1ca0058015dd7a854dd767bce1a9de633b3743a 100644 (file)
@@ -774,7 +774,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])
+    AX_CONFIG_SUBDIR_OPTION([jimtcl], [--with-jim-ext=nvp --disable-lineedit --disable-install-jim])
   else
     AC_MSG_ERROR([jimtcl not found, run git submodule init and git submodule update.])
   fi