From f86aa7487adf1403ac7a41d64eb3e2a74ce05299 Mon Sep 17 00:00:00 2001 From: eb Date: Tue, 20 May 2008 03:34:03 +0000 Subject: distribute bootstrap with tarballs in case folks are modifying them git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8457 221aa14e-8319-0410-a670-987f0aec2ac5 --- gr-howto-write-a-block/Makefile.am | 2 +- gr-howto-write-a-block/bootstrap | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'gr-howto-write-a-block') 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 -- cgit