X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=bootstrap;h=463ff165b2c97c6b2c0b0129eda1b37c7d1a4ff2;hb=68ce6b4a9b90d4d53310c4271e6011b796fc1bff;hp=525a6b06cea1c8b077b1ff1801a3a14b37f4d669;hpb=937b719d2e57d0497293d603da10cac2532346f6;p=debian%2Fgnuradio diff --git a/bootstrap b/bootstrap index 525a6b06..463ff165 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,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)