diff options
Diffstat (limited to 'gr-howto-write-a-block')
-rw-r--r-- | gr-howto-write-a-block/Makefile.am | 2 | ||||
-rwxr-xr-x | gr-howto-write-a-block/bootstrap | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gr-howto-write-a-block/Makefile.am b/gr-howto-write-a-block/Makefile.am index a35e52e18..638e4114e 100644 --- a/gr-howto-write-a-block/Makefile.am +++ b/gr-howto-write-a-block/Makefile.am @@ -21,7 +21,7 @@ include $(top_srcdir)/Makefile.common -EXTRA_DIST = configure config.h.in +EXTRA_DIST = bootstrap configure config.h.in SUBDIRS = config src DIST_SUBDIRS = config src doc diff --git a/gr-howto-write-a-block/bootstrap b/gr-howto-write-a-block/bootstrap index 4e96a87e9..776815c56 100755 --- a/gr-howto-write-a-block/bootstrap +++ b/gr-howto-write-a-block/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,4 @@ aclocal -I config autoconf autoheader libtoolize --automake -automake --add-missing -c -f +automake --add-missing -c -f -Wno-portability |