commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r8457 - in gnuradio/trunk: . gr-howto-write-a-block


From: eb
Subject: [Commit-gnuradio] r8457 - in gnuradio/trunk: . gr-howto-write-a-block
Date: Mon, 19 May 2008 21:34:03 -0600 (MDT)

Author: eb
Date: 2008-05-19 21:34:03 -0600 (Mon, 19 May 2008)
New Revision: 8457

Modified:
   gnuradio/trunk/Makefile.am
   gnuradio/trunk/gr-howto-write-a-block/Makefile.am
   gnuradio/trunk/gr-howto-write-a-block/bootstrap
Log:
distribute bootstrap with tarballs in case folks are modifying them

Modified: gnuradio/trunk/Makefile.am
===================================================================
--- gnuradio/trunk/Makefile.am  2008-05-20 03:32:48 UTC (rev 8456)
+++ gnuradio/trunk/Makefile.am  2008-05-20 03:34:03 UTC (rev 8457)
@@ -24,6 +24,7 @@
 include $(top_srcdir)/Makefile.common
 
 EXTRA_DIST = \
+       bootstrap \
        configure \
        configure-cell-cross \
        config.h.in \

Modified: gnuradio/trunk/gr-howto-write-a-block/Makefile.am
===================================================================
--- gnuradio/trunk/gr-howto-write-a-block/Makefile.am   2008-05-20 03:32:48 UTC 
(rev 8456)
+++ gnuradio/trunk/gr-howto-write-a-block/Makefile.am   2008-05-20 03:34:03 UTC 
(rev 8457)
@@ -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
 

Modified: gnuradio/trunk/gr-howto-write-a-block/bootstrap
===================================================================
--- gnuradio/trunk/gr-howto-write-a-block/bootstrap     2008-05-20 03:32:48 UTC 
(rev 8456)
+++ gnuradio/trunk/gr-howto-write-a-block/bootstrap     2008-05-20 03:34:03 UTC 
(rev 8457)
@@ -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 @@
 autoconf
 autoheader
 libtoolize --automake
-automake --add-missing -c -f
+automake --add-missing -c -f -Wno-portability





reply via email to

[Prev in Thread] Current Thread [Next in Thread]