]> git.sur5r.net Git - openocd/commitdiff
build: pass correct flags to jimtcl during make distcheck
authorSpencer Oliver <ntfreak@users.sourceforge.net>
Fri, 17 Jun 2011 08:28:02 +0000 (09:28 +0100)
committerSpencer Oliver <ntfreak@users.sourceforge.net>
Fri, 17 Jun 2011 08:31:13 +0000 (09:31 +0100)
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>
Makefile.am

index b31bcea9195be838ac5fe08c30afd082df69fdb8..2d07552844751f35bd7ea59f19538da79655e0db 100644 (file)
@@ -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 \