From 28361a1bfc8f155a7b1367a234c9256b7b69da38 Mon Sep 17 00:00:00 2001 From: eb Date: Mon, 24 Mar 2008 06:09:29 +0000 Subject: 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 --- bootstrap | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 525a6b06c..7daff90d1 100755 --- a/bootstrap +++ b/bootstrap @@ -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 -- cgit