From 9cac49caeee7990c07064bfb09555c68ed2d2516 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Fri, 17 Jun 2011 09:28:02 +0100 Subject: [PATCH] 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 --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.30.2