> Hmm. Ok I checked out from CVS just before running
> autogen.sh/configure/make/make install
> 
> Is it fixed in CVS for you?

No, it isn't. It is (uncleanly) fixed with the attached patch.

--
Pat
Index: macros/libtool.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/libtool.m4,v
retrieving revision 1.6
diff -u -3 -p -r1.6 libtool.m4
--- macros/libtool.m4   24 Apr 2006 23:05:55 -0000      1.6
+++ macros/libtool.m4   24 May 2006 18:21:43 -0000
@@ -102,7 +102,8 @@ AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
 
 # Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+#LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LIBTOOL=libtool
 AC_SUBST(LIBTOOL)dnl
 
 # Prevent multiple expansion
Index: server/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/server/Makefile.am,v
retrieving revision 1.45
diff -u -3 -p -r1.45 Makefile.am
--- server/Makefile.am  23 May 2006 07:59:21 -0000      1.45
+++ server/Makefile.am  24 May 2006 18:21:43 -0000
@@ -41,7 +41,7 @@ AUTOMAKE_OPTIONS = 
 AM_CPPFLAGS = 
 
 # noinst_LTLIBRARIES = libserver.la libasobjs.la
-lib_LTLIBRARIES = libgnashserver.la libgnashasobjs.la
+lib_LTLIBRARIES = libgnashasobjs.la libgnashserver.la
 # noinst_SCRIPTS = gen-files.sh
 
 # Only enable if we're configured with --enable-mp3
_______________________________________________
Gnash mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash

Reply via email to