From f86aa7487adf1403ac7a41d64eb3e2a74ce05299 Mon Sep 17 00:00:00 2001 From: eb Date: Tue, 20 May 2008 03:34:03 +0000 Subject: [PATCH] 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 --- Makefile.am | 1 + gr-howto-write-a-block/Makefile.am | 2 +- gr-howto-write-a-block/bootstrap | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8196bd05..ea99890a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,7 @@ ACLOCAL_AMFLAGS = -I config include $(top_srcdir)/Makefile.common EXTRA_DIST = \ + bootstrap \ configure \ configure-cell-cross \ config.h.in \ diff --git a/gr-howto-write-a-block/Makefile.am b/gr-howto-write-a-block/Makefile.am index a35e52e1..638e4114 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 4e96a87e..776815c5 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 -- 2.30.2