commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r8900 - gnuradio/branches/developers/eb/sched-wip/conf


From: eb
Subject: [Commit-gnuradio] r8900 - gnuradio/branches/developers/eb/sched-wip/config
Date: Tue, 15 Jul 2008 21:46:56 -0600 (MDT)

Author: eb
Date: 2008-07-15 21:46:53 -0600 (Tue, 15 Jul 2008)
New Revision: 8900

Modified:
   gnuradio/branches/developers/eb/sched-wip/config/ax_boost_base.m4
Log:
minor tweak

Modified: gnuradio/branches/developers/eb/sched-wip/config/ax_boost_base.m4
===================================================================
--- gnuradio/branches/developers/eb/sched-wip/config/ax_boost_base.m4   
2008-07-16 03:30:47 UTC (rev 8899)
+++ gnuradio/branches/developers/eb/sched-wip/config/ax_boost_base.m4   
2008-07-16 03:46:53 UTC (rev 8900)
@@ -160,7 +160,7 @@
         for ac_boost_path in $path_list ; do
            if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
                for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
-                   _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 
's/\/include\/boost-//' | sed 's/_/./'`
+                   _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 
's,/include/boost-,,; s,_,.,'`
                     V_CHECK=`expr $_version_tmp \> $_version`
                     if test "$V_CHECK" = "1" ; then
                         _version=$_version_tmp





reply via email to

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