Skip to content
Snippets Groups Projects
Commit 9cac49ca authored by Spencer Oliver's avatar Spencer Oliver
Browse files

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: default avatarSpencer Oliver <ntfreak@users.sourceforge.net>
parent 3428035a
Branches
Tags
No related merge requests found
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
# have all needed files, that a GNU package needs # have all needed files, that a GNU package needs
AUTOMAKE_OPTIONS = gnu 1.6 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 = \ nobase_dist_pkgdata_DATA = \
contrib/libdcc/dcc_stdio.c \ contrib/libdcc/dcc_stdio.c \
contrib/libdcc/dcc_stdio.h \ contrib/libdcc/dcc_stdio.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment