diff options
author | Rob Savoye | 2010-11-23 17:15:50 -0700 |
---|---|---|
committer | Rob Savoye | 2010-11-23 17:15:50 -0700 |
commit | d629da652a81202602fece6294e723051fc61d30 (patch) | |
tree | 26f0a04ec4bf3bb7610f7ea998a0dd331174b3ec | |
parent | 48b0ffce87631d115bc363b21c4bf466f1bc6ae9 (diff) | |
download | gnuradio-d629da652a81202602fece6294e723051fc61d30.tar.gz gnuradio-d629da652a81202602fece6294e723051fc61d30.tar.bz2 gnuradio-d629da652a81202602fece6294e723051fc61d30.zip |
by default for distcheck, cpnfigure enableing both python and guile.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 |