commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: eb
Subject: [Commit-gnuradio] r8613 - in gnuradio/trunk: . gr-howto-write-a-block
Date: Tue, 17 Jun 2008 22:58:55 -0600 (MDT)

Author: eb
Date: 2008-06-17 22:58:54 -0600 (Tue, 17 Jun 2008)
New Revision: 8613

Modified:
   gnuradio/trunk/configure.ac
   gnuradio/trunk/gr-howto-write-a-block/configure.ac
Log:
libtool 2.2 compatibility fix from Don Ward.  Details in ticket:249.


Modified: gnuradio/trunk/configure.ac
===================================================================
--- gnuradio/trunk/configure.ac 2008-06-18 04:21:35 UTC (rev 8612)
+++ gnuradio/trunk/configure.ac 2008-06-18 04:58:54 UTC (rev 8613)
@@ -88,7 +88,7 @@
 dnl AC_DISABLE_SHARED  dnl don't build shared libraries
 AC_ENABLE_SHARED       dnl do build shared libraries
 AC_DISABLE_STATIC      dnl don't build static libraries
-AC_PROG_LIBTOOL
+m4_ifdef([LT_INIT],[LT_INIT],[AC_PROG_LIBTOOL])
 GR_FORTRAN
 
 GR_NO_UNDEFINED                dnl do we need the -no-undefined linker flag

Modified: gnuradio/trunk/gr-howto-write-a-block/configure.ac
===================================================================
--- gnuradio/trunk/gr-howto-write-a-block/configure.ac  2008-06-18 04:21:35 UTC 
(rev 8612)
+++ gnuradio/trunk/gr-howto-write-a-block/configure.ac  2008-06-18 04:58:54 UTC 
(rev 8613)
@@ -41,7 +41,7 @@
 AC_LIBTOOL_WIN32_DLL
 AC_ENABLE_SHARED       dnl do build shared libraries
 AC_DISABLE_STATIC      dnl don't build static libraries
-AC_PROG_LIBTOOL
+m4_ifdef([LT_INIT],[LT_INIT],[AC_PROG_LIBTOOL])
 
 dnl Locate python, SWIG, etc
 GR_NO_UNDEFINED





reply via email to

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