patch-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Patch-gnuradio] [PATCH] Add --disable-usrp2-build option to configu


From: Philip Balister
Subject: Re: [Patch-gnuradio] [PATCH] Add --disable-usrp2-build option to configure.
Date: Wed, 16 Sep 2009 15:42:29 -0400
User-agent: Thunderbird 2.0.0.14 (X11/20080501)

address@hidden wrote:
From: Philip Balister <address@hidden>

---
 configure.ac |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2bb3793..a0db719 100644
--- a/configure.ac
+++ b/configure.ac
@@ -322,6 +322,10 @@ dnl For each --enable-foo component, if that flag is not 
specified on
 dnl the command line, the related variable $enable_foo will be set to
 dnl $enable_all_components .
+AC_ARG_ENABLE([usrp2-build],
+    [AS_HELP_STRING([--enable-usrp2-build],

This should be changed to reflect that the default is to build the usrp2 software and you must use --disable to not run the usrp2 autofoo.

Philip

+       [Do not try to run usrp2 autoconf])])
+
 AC_ARG_ENABLE(
     [all-components],
     [  --enable-all-components Build all configurable components (default), or 
stop on failed dependencies]
@@ -334,10 +338,10 @@ GRC_GCELL
 GRC_GNURADIO_CORE
 GRC_MBLOCK                     dnl this must come after GRC_GRUEL
 GRC_USRP
-GRC_USRP2
+AS_IF([test "x$enable_usrp2_build" != "xno"], [GRC_USRP2])
 GRC_VRT
 GRC_GR_USRP                    dnl this must come after GRC_USRP
-GRC_GR_USRP2
+AS_IF([test "x$enable_usrp2_build" != "xno"], [GRC_GR_USRP2])
 GRC_GR_VRT
 GRC_GR_GCELL                   dnl this must come after GRC_GCELL and 
GRC_GNURADIO_CORE
 GRC_GR_MSDD6000        

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]