commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r5894 - gnuradio/branches/developers/wb1hbu/wip


From: wb1hbu
Subject: [Commit-gnuradio] r5894 - gnuradio/branches/developers/wb1hbu/wip
Date: Tue, 3 Jul 2007 00:37:25 -0600 (MDT)

Author: wb1hbu
Date: 2007-07-03 00:37:25 -0600 (Tue, 03 Jul 2007)
New Revision: 5894

Modified:
   gnuradio/branches/developers/wb1hbu/wip/configure.ac
Log:
Add initial Mode Select Receiver

Modified: gnuradio/branches/developers/wb1hbu/wip/configure.ac
===================================================================
--- gnuradio/branches/developers/wb1hbu/wip/configure.ac        2007-07-03 
06:36:47 UTC (rev 5893)
+++ gnuradio/branches/developers/wb1hbu/wip/configure.ac        2007-07-03 
06:37:25 UTC (rev 5894)
@@ -1,17 +1,17 @@
 dnl Copyright 2001,2002,2003,2004,2005,2006,2007 Free Software Foundation, Inc.
-dnl 
+dnl
 dnl This file is part of GNU Radio
-dnl 
+dnl
 dnl GNU Radio is free software; you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by
 dnl the Free Software Foundation; either version 2, or (at your option)
 dnl any later version.
-dnl 
+dnl
 dnl GNU Radio is distributed in the hope that it will be useful,
 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 dnl GNU General Public License for more details.
-dnl 
+dnl
 dnl You should have received a copy of the GNU General Public License
 dnl along with GNU Radio; see the file COPYING.  If not, write to
 dnl the Free Software Foundation, Inc., 51 Franklin Street,
@@ -41,7 +41,7 @@
 dnl didn't specify them.  Though I'm sure somebody thought this was
 dnl a good idea, it makes it hard to use other than -g -O2 when compiling
 dnl selected files.  Thus we "undo" the damage here...
-dnl 
+dnl
 dnl If the user specified CXXFLAGS, we use them.  Otherwise when compiling
 dnl the output of swig use use -O1 if we're using g++.
 dnl See Makefile.common for the rest of the magic.
@@ -56,9 +56,9 @@
        else
           # "-O1" breaks PPC-OSX for some reason
           swig_CXXFLAGS="-g1 -O2"
-       fi      
+       fi
        ;;
-       *) 
+       *)
        swig_CXXFLAGS="-g1 -O1"
        ;;
     esac
@@ -209,6 +209,7 @@
 GRC_GR_AUDIO_OSX
 GRC_GR_AUDIO_PORTAUDIO
 GRC_GR_AUDIO_WINDOWS
+GRC_GR_AIR
 GRC_GR_ATSC
 GRC_GR_COMEDI
 GRC_GR_CVSD_VOCODER
@@ -225,7 +226,7 @@
 # Each component is now either to be built, was skipped, or failed dependencies
 AC_SUBST([build_dirs], [$build_dirs])
 AC_SUBST([skipped_dirs], [$skipped_dirs])
- 
+
 AC_CONFIG_FILES([\
     Makefile \
     run_tests.sh
@@ -240,7 +241,7 @@
 echo
 echo "*********************************************************************"
 echo The following GNU Radio components have been successfully configured:
-echo 
+echo
 for dir in $build_dirs
 do
     echo $dir





reply via email to

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