Imported Upstream version 3.2.2
[debian/gnuradio] / bootstrap
index 525a6b06cea1c8b077b1ff1801a3a14b37f4d669..463ff165b2c97c6b2c0b0129eda1b37c7d1a4ff2 100755 (executable)
--- 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,8 @@ aclocal -I config
 autoconf
 autoheader
 libtoolize --automake
-automake --add-missing
+automake --add-missing -Wno-portability -Wno-override -Wnone
+#automake --add-missing -Wno-portability
+
+# Run bootstrap in any subprojects
+(cd usrp2/firmware ; ./bootstrap)