aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer Oliver <ntfreak@users.sourceforge.net>2011-06-17 09:28:02 +0100
committerSpencer Oliver <ntfreak@users.sourceforge.net>2011-06-17 09:31:13 +0100
commit9cac49caeee7990c07064bfb09555c68ed2d2516 (patch)
treea541ffa7cbf2fd19361b67c12d6caf51f1ecc15f
parent3428035a7e0890a319f40a5c7c61f5ebeb3126d0 (diff)
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 <ntfreak@users.sourceforge.net>
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b31bcea9..2d075528 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 \