From d629da652a81202602fece6294e723051fc61d30 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Tue, 23 Nov 2010 17:15:50 -0700 Subject: by default for distcheck, cpnfigure enableing both python and guile. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 084fb5dc1..091646874 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,6 +39,9 @@ SUBDIRS = @build_dirs@ DIST_SUBDIRS = @build_dirs@ @skipped_dirs@ @with_dirs@ DISTCLEANFILES = gnuradio*.tar.gz +# we need to check both python and guile support for distcheck +DISTCHECK_CONFIGURE_FLAGS = --enable-python --enable-guile + if PYTHON export pythondir -- cgit