Changeset 8703
- Timestamp:
- 06/25/08 13:40:43
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gnuradio/branches/releases/3.1/Makefile.am
r7945 r8703 25 25 26 26 EXTRA_DIST = \ 27 bootstrap \ 27 28 configure \ 28 29 config.h.in \ gnuradio/branches/releases/3.1/gr-howto-write-a-block/Makefile.am
r6822 r8703 22 22 include $(top_srcdir)/Makefile.common 23 23 24 EXTRA_DIST = configure config.h.in24 EXTRA_DIST = bootstrap configure config.h.in 25 25 SUBDIRS = config src 26 26 DIST_SUBDIRS = config src doc gnuradio/branches/releases/3.1/gr-howto-write-a-block/bootstrap
r6044 r8703 1 1 #!/bin/sh 2 2 3 # Copyright 2001,2005 Free Software Foundation, Inc.3 # Copyright 2001,2005,2008 Free Software Foundation, Inc. 4 4 # 5 5 # This file is part of GNU Radio … … 27 27 autoheader 28 28 libtoolize --automake 29 automake --add-missing -c -f 29 automake --add-missing -c -f -Wno-portability
