From: Spencer Oliver Date: Fri, 17 Jun 2011 08:28:02 +0000 (+0100) Subject: build: pass correct flags to jimtcl during make distcheck X-Git-Tag: v0.5.0-rc1~16 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=9cac49caeee7990c07064bfb09555c68ed2d2516;hp=3428035a7e0890a319f40a5c7c61f5ebeb3126d0 build: pass correct flags to jimtcl during make distcheck This is only for the case of a make distcheck. During a normal release build these flags will be created by configure.gnu Signed-off-by: Spencer Oliver --- diff --git a/Makefile.am b/Makefile.am index b31bcea919..2d07552844 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,9 @@ # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = gnu 1.6 +# make sure we pass the correct jimtcl flags to distcheck +DISTCHECK_CONFIGURE_FLAGS = --with-jim-ext=nvp --disable-lineedit + nobase_dist_pkgdata_DATA = \ contrib/libdcc/dcc_stdio.c \ contrib/libdcc/dcc_stdio.h \