[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10276 - in gnuradio/trunk/gr-howto-write-a-block: . c
From: |
jcorgan |
Subject: |
[Commit-gnuradio] r10276 - in gnuradio/trunk/gr-howto-write-a-block: . config |
Date: |
Wed, 21 Jan 2009 09:56:58 -0700 (MST) |
Author: jcorgan
Date: 2009-01-21 09:56:57 -0700 (Wed, 21 Jan 2009)
New Revision: 10276
Modified:
gnuradio/trunk/gr-howto-write-a-block/bootstrap
gnuradio/trunk/gr-howto-write-a-block/config/
gnuradio/trunk/gr-howto-write-a-block/config/gr_standalone.m4
gnuradio/trunk/gr-howto-write-a-block/configure.ac
Log:
Update howto revision to 3.2svn, fix 'missing ltmain.sh' issue
Modified: gnuradio/trunk/gr-howto-write-a-block/bootstrap
===================================================================
--- gnuradio/trunk/gr-howto-write-a-block/bootstrap 2009-01-21 16:11:49 UTC
(rev 10275)
+++ gnuradio/trunk/gr-howto-write-a-block/bootstrap 2009-01-21 16:56:57 UTC
(rev 10276)
@@ -25,5 +25,5 @@
aclocal -I config
autoconf
autoheader
-libtoolize --automake
+libtoolize --automake -c -f
automake --add-missing -c -f -Wno-portability
Property changes on: gnuradio/trunk/gr-howto-write-a-block/config
___________________________________________________________________
Name: svn:ignore
- *.cache
*.la
*.lo
*.pc
.deps
.la
.libs
.lo
Makefile
Makefile.in
+ *.cache
*.la
*.lo
*.pc
.deps
.la
.libs
.lo
Makefile
Makefile.in
libtool.m4
lt~obsolete.m4
ltsugar.m4
ltversion.m4
ltoptions.m4
Modified: gnuradio/trunk/gr-howto-write-a-block/config/gr_standalone.m4
===================================================================
--- gnuradio/trunk/gr-howto-write-a-block/config/gr_standalone.m4
2009-01-21 16:11:49 UTC (rev 10275)
+++ gnuradio/trunk/gr-howto-write-a-block/config/gr_standalone.m4
2009-01-21 16:56:57 UTC (rev 10276)
@@ -28,10 +28,7 @@
m4_define([GR_STANDALONE],
[
- AC_INIT([$1],[$2])
- AC_PREREQ(2.57)
AC_CONFIG_SRCDIR([config/gr_standalone.m4])
- AC_CONFIG_AUX_DIR([.])
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_BUILD
Modified: gnuradio/trunk/gr-howto-write-a-block/configure.ac
===================================================================
--- gnuradio/trunk/gr-howto-write-a-block/configure.ac 2009-01-21 16:11:49 UTC
(rev 10275)
+++ gnuradio/trunk/gr-howto-write-a-block/configure.ac 2009-01-21 16:56:57 UTC
(rev 10276)
@@ -19,11 +19,14 @@
dnl Boston, MA 02110-1301, USA.
dnl
+AC_INIT(gr-howto-write-a-block,3.2svn)
+AC_PREREQ(2.57)
+AC_CONFIG_AUX_DIR([.])
+
dnl This is kind of non-standard, but it sure shortens up this file :-)
m4_include([config/gr_standalone.m4])
+GR_STANDALONE
-GR_STANDALONE(gr-howto-write-a-block,3.1.svn)
-
dnl Check for any libraries you need
dnl AC_CHECK_LIBRARY
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10276 - in gnuradio/trunk/gr-howto-write-a-block: . config,
jcorgan <=