[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r3922 - in gnuradio/trunk: . config gr-howto-write-a-b
From: |
jcorgan |
Subject: |
[Commit-gnuradio] r3922 - in gnuradio/trunk: . config gr-howto-write-a-block gr-howto-write-a-block/config |
Date: |
Fri, 3 Nov 2006 17:48:00 -0700 (MST) |
Author: jcorgan
Date: 2006-11-03 17:48:00 -0700 (Fri, 03 Nov 2006)
New Revision: 3922
Removed:
gnuradio/trunk/config/gr_as.m4
gnuradio/trunk/gr-howto-write-a-block/config/gr_as.m4
Modified:
gnuradio/trunk/configure.ac
gnuradio/trunk/gr-howto-write-a-block/configure.ac
Log:
Fixes ticket:92.
Deleted: gnuradio/trunk/config/gr_as.m4
Modified: gnuradio/trunk/configure.ac
===================================================================
--- gnuradio/trunk/configure.ac 2006-11-03 19:28:37 UTC (rev 3921)
+++ gnuradio/trunk/configure.ac 2006-11-04 00:48:00 UTC (rev 3922)
@@ -31,7 +31,7 @@
LF_SET_WARNINGS
GR_SET_GPROF
GR_SET_PROF
-GR_PROG_AS
+AM_PROG_AS
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_INSTALL
Deleted: gnuradio/trunk/gr-howto-write-a-block/config/gr_as.m4
Modified: gnuradio/trunk/gr-howto-write-a-block/configure.ac
===================================================================
--- gnuradio/trunk/gr-howto-write-a-block/configure.ac 2006-11-03 19:28:37 UTC
(rev 3921)
+++ gnuradio/trunk/gr-howto-write-a-block/configure.ac 2006-11-04 00:48:00 UTC
(rev 3922)
@@ -32,7 +32,7 @@
LF_SET_WARNINGS
GR_SET_GPROF
GR_SET_PROF
-GR_PROG_AS
+AM_PROG_AS
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_INSTALL
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r3922 - in gnuradio/trunk: . config gr-howto-write-a-block gr-howto-write-a-block/config,
jcorgan <=