diff options
author | eb | 2008-03-24 06:09:29 +0000 |
---|---|---|
committer | eb | 2008-03-24 06:09:29 +0000 |
commit | 28361a1bfc8f155a7b1367a234c9256b7b69da38 (patch) | |
tree | d75e71d0e87a56a542f905256688475662eee075 /bootstrap | |
parent | a3ee0a2d8557477c873fb0bb43a34455944f7f58 (diff) | |
download | gnuradio-28361a1bfc8f155a7b1367a234c9256b7b69da38.tar.gz gnuradio-28361a1bfc8f155a7b1367a234c9256b7b69da38.tar.bz2 gnuradio-28361a1bfc8f155a7b1367a234c9256b7b69da38.zip |
Merged gcell, the Cell SPE scheduler and RPC mechanism into the trunk.
(eb/trunk-with-gcell r8037:8085). Expect additional tweaks, but
currently works and passes distcheck.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8086 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2001,2005 Free Software Foundation, Inc. +# Copyright 2001,2005,2008 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -26,4 +26,5 @@ aclocal -I config autoconf autoheader libtoolize --automake -automake --add-missing +automake --add-missing -Wno-portability -Wno-override -Wnone +#automake --add-missing -Wno-portability |