commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9510 - in gnuradio/branches/features/gr-usrp2: config


From: jcorgan
Subject: [Commit-gnuradio] r9510 - in gnuradio/branches/features/gr-usrp2: config usrp2/firmware
Date: Sat, 6 Sep 2008 16:47:53 -0600 (MDT)

Author: jcorgan
Date: 2008-09-06 16:47:53 -0600 (Sat, 06 Sep 2008)
New Revision: 9510

Modified:
   gnuradio/branches/features/gr-usrp2/config/grc_usrp2.m4
   gnuradio/branches/features/gr-usrp2/usrp2/firmware/configure.ac
Log:
Trial hierarchical build of usrp2/firmware

Modified: gnuradio/branches/features/gr-usrp2/config/grc_usrp2.m4
===================================================================
--- gnuradio/branches/features/gr-usrp2/config/grc_usrp2.m4     2008-09-06 
21:57:04 UTC (rev 9509)
+++ gnuradio/branches/features/gr-usrp2/config/grc_usrp2.m4     2008-09-06 
22:47:53 UTC (rev 9510)
@@ -28,6 +28,9 @@
     dnl   with : if the --with code didn't error out
     dnl   yes  : if the --enable code passed muster and all dependencies are 
met
     dnl   no   : otherwise
+    if test $passed = yes; then
+       AC_CONFIG_SUBDIRS([usrp2/firmware])
+    fi
     if test $passed != with; then
        dnl how and where to find INCLUDES and LA
        USRP2_INCLUDES="-I\${abs_top_srcdir}/usrp2/host/include \

Modified: gnuradio/branches/features/gr-usrp2/usrp2/firmware/configure.ac
===================================================================
--- gnuradio/branches/features/gr-usrp2/usrp2/firmware/configure.ac     
2008-09-06 21:57:04 UTC (rev 9509)
+++ gnuradio/branches/features/gr-usrp2/usrp2/firmware/configure.ac     
2008-09-06 22:47:53 UTC (rev 9510)
@@ -18,6 +18,7 @@
 AC_INIT
 AC_PREREQ(2.57)
 AM_CONFIG_HEADER(config.h)
+AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_SRCDIR([lib/u2_init.c])
 
 AM_INIT_AUTOMAKE(u2f,0.0svn)





reply via email to

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