X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=bootstrap;h=463ff165b2c97c6b2c0b0129eda1b37c7d1a4ff2;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=525a6b06cea1c8b077b1ff1801a3a14b37f4d669;hpb=09a1e803a9e6587c78d20cdf16891e5295874668;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)