From 287fc41d5f82ff3236aa270689bd55278e2c841a Mon Sep 17 00:00:00 2001 From: jcorgan Date: Fri, 25 Aug 2006 23:58:20 +0000 Subject: Implements ticket:28. See BuildConfiguration for documentation. Merged developer branch jcorgan/ticket-28 into trunk. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3417 221aa14e-8319-0410-a670-987f0aec2ac5 --- config/grc_pmt.m4 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'config/grc_pmt.m4') diff --git a/config/grc_pmt.m4 b/config/grc_pmt.m4 index 7484b7453..db8396e5a 100644 --- a/config/grc_pmt.m4 +++ b/config/grc_pmt.m4 @@ -18,7 +18,7 @@ dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, dnl Boston, MA 02111-1307, USA. AC_DEFUN([GRC_PMT],[ - AC_CONFIG_SRCDIR([pmt/src/lib/pmt.h]) + GRC_ENABLE([pmt]) AC_CONFIG_FILES([\ pmt/Makefile \ @@ -27,8 +27,9 @@ AC_DEFUN([GRC_PMT],[ pmt/src/lib/Makefile ]) - dnl run_tests is created from run_tests.in. Make it executable. - dnl AC_CONFIG_COMMANDS([run_tests_pmt], [chmod +x pmt/src/python/run_tests]) - - subdirs="$subdirs pmt" + passed=yes + GRC_BUILD_CONDITIONAL([pmt],[ + dnl run_tests is created from run_tests.in. Make it executable. + dnl AC_CONFIG_COMMANDS([run_tests_pmt], [chmod +x pmt/src/python/run_tests]) + ]) ]) -- cgit