commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r5216 - in gnuradio/branches/features/inband-usb: conf


From: eb
Subject: [Commit-gnuradio] r5216 - in gnuradio/branches/features/inband-usb: config usrp/host/lib/inband
Date: Tue, 1 May 2007 20:54:31 -0600 (MDT)

Author: eb
Date: 2007-05-01 20:54:30 -0600 (Tue, 01 May 2007)
New Revision: 5216

Modified:
   gnuradio/branches/features/inband-usb/config/grc_usrp.m4
   gnuradio/branches/features/inband-usb/usrp/host/lib/inband/
Log:
usrp now depends on mblock

Modified: gnuradio/branches/features/inband-usb/config/grc_usrp.m4
===================================================================
--- gnuradio/branches/features/inband-usb/config/grc_usrp.m4    2007-05-02 
01:06:23 UTC (rev 5215)
+++ gnuradio/branches/features/inband-usb/config/grc_usrp.m4    2007-05-02 
02:54:30 UTC (rev 5216)
@@ -56,6 +56,16 @@
     AC_CHECK_FUNCS([sigaction snprintf])
 
     passed=yes
+    # Don't do usrp if mblock skipped
+    # There *has* to be a better way to check if a value is in a string
+    for dir in $skipped_dirs
+    do
+       if test "$dir" = "mblock"; then
+           AC_MSG_RESULT([Component usrp requires mblock, which is not being 
built.])
+           passed=no
+       fi
+    done
+
     USRP_LIBUSB([],[passed=no;AC_MSG_RESULT([Unable to configure USB 
dependency.])])
     USRP_SET_FUSB_TECHNIQUE([],[passed=no;AC_MSG_RESULT([Unable to set fast 
USB technique.])])
     USRP_SDCC([2.4.0],[],[passed=no;AC_MSG_RESULT([Unable to find firmware 
compiler.])])


Property changes on: gnuradio/branches/features/inband-usb/usrp/host/lib/inband
___________________________________________________________________
Name: svn:ignore
   - Makefile
Makefile.in
.la
.lo
.deps
.libs
*.la
*.lo
test_fusb
std_paths.h
usrp_dbid.py
usrp_dbid.h
usrp_dbid.cc
usrp_server_mbh.cc

   + Makefile
Makefile.in
.la
.lo
.deps
.libs
*.la
*.lo
test_fusb
std_paths.h
usrp_dbid.py
usrp_dbid.h
usrp_dbid.cc
usrp_server_mbh.cc
test_inband






reply via email to

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