Changeset 8457

Show
Ignore:
Timestamp:
05/19/08 21:34:03
Author:
eb
Message:

distribute bootstrap with tarballs in case folks are modifying them

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gnuradio/trunk/Makefile.am

    r8086 r8457  
    2525 
    2626EXTRA_DIST = \ 
     27        bootstrap \ 
    2728        configure \ 
    2829        configure-cell-cross \ 
  • gnuradio/trunk/gr-howto-write-a-block/Makefile.am

    r6821 r8457  
    2222include $(top_srcdir)/Makefile.common 
    2323 
    24 EXTRA_DIST = configure config.h.in 
     24EXTRA_DIST = bootstrap configure config.h.in 
    2525SUBDIRS = config src 
    2626DIST_SUBDIRS = config src doc 
  • gnuradio/trunk/gr-howto-write-a-block/bootstrap

    r6044 r8457  
    11#!/bin/sh 
    22 
    3 # Copyright 2001,2005 Free Software Foundation, Inc. 
     3# Copyright 2001,2005,2008 Free Software Foundation, Inc. 
    44#  
    55# This file is part of GNU Radio 
     
    2727autoheader 
    2828libtoolize --automake 
    29 automake --add-missing -c -f 
     29automake --add-missing -c -f -Wno-portability