gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog macros/firefox.m4 [release_0_8_1]


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog macros/firefox.m4 [release_0_8_1]
Date: Sat, 18 Aug 2007 09:53:41 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_8_1
Changes by:     Sandro Santilli <strk>  07/08/18 09:53:41

Modified files:
        .              : ChangeLog 
        macros         : firefox.m4 

Log message:
                * macros/firefox.m4: don't substitute GNASHEXE at all, it's not
                  used anymore.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=release_0_8_1&r1=1.3971.2.30&r2=1.3971.2.31
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/firefox.m4?cvsroot=gnash&only_with_tag=release_0_8_1&r1=1.25.2.1&r2=1.25.2.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3971.2.30
retrieving revision 1.3971.2.31
diff -u -b -r1.3971.2.30 -r1.3971.2.31
--- ChangeLog   18 Aug 2007 08:06:21 -0000      1.3971.2.30
+++ ChangeLog   18 Aug 2007 09:53:40 -0000      1.3971.2.31
@@ -1,5 +1,10 @@
 2007-08-18 Sandro Santilli <address@hidden>
 
+       * macros/firefox.m4: don't substitute GNASHEXE at all, it's not
+         used anymore.
+
+2007-08-18 Sandro Santilli <address@hidden>
+
        * server/text.{cpp,h}: make text_style class store only the font
          pointer, w/out the font_id, provide setFont and getFont
          methods, the former always performing a lookup.

Index: macros/firefox.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/firefox.m4,v
retrieving revision 1.25.2.1
retrieving revision 1.25.2.2
diff -u -b -r1.25.2.1 -r1.25.2.2
--- macros/firefox.m4   18 Aug 2007 02:54:16 -0000      1.25.2.1
+++ macros/firefox.m4   18 Aug 2007 09:53:41 -0000      1.25.2.2
@@ -34,13 +34,13 @@
 dnl   esac], plugin=yes)
 
   FIREFOX_PLUGINS=""
-  GNASHEXE=""
   if test x"${nsapi}" = x"yes"; then
 
     AC_ARG_WITH(plugindir, AC_HELP_STRING([--with-plugindir=DIR], [Directory 
to install Firefox plugin in]),
       [FIREFOX_PLUGINS=$withval]
     )
 
+dnl  GNASHEXE=""
 dnl     dnl Allow setting a path for the Gnash executable to be different from 
the prefix. This
 dnl     dnl is mostly only used for cross compiling.
 dnl     AC_ARG_WITH(gnashexe, AC_HELP_STRING([--with-gnashexe=DIR], [Directory 
to where the gnash executable is]),
@@ -54,6 +54,7 @@
 dnl     else
 dnl       GNASHEXE=${gnashbindir}
 dnl     fi
+dnl  AC_SUBST(GNASHEXE)
 
     dnl Always install the plugin in the users home directory. We
     dnl always use .mozilla instead of .firefox, as this directoryis
@@ -63,7 +64,6 @@
     fi
   fi
 
-  AC_SUBST(GNASHEXE)
   AC_SUBST(FIREFOX_PLUGINS)
 
 ])dnl end of GNASH_PATH_FIREFOX




reply via email to

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