gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog Makefile.am [release_0_8_2_rc1]


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog Makefile.am [release_0_8_2_rc1]
Date: Tue, 04 Mar 2008 16:00:28 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_8_2_rc1
Changes by:     Sandro Santilli <strk>  08/03/04 16:00:28

Modified files:
        .              : ChangeLog Makefile.am 

Log message:
        --with-plugindir was deprecated in favor
        of --with-npapi-plugindir. Update distcheck flags.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&r1=1.5711.2.50&r2=1.5711.2.51
http://cvs.savannah.gnu.org/viewcvs/gnash/Makefile.am?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&r1=1.103.2.3&r2=1.103.2.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5711.2.50
retrieving revision 1.5711.2.51
diff -u -b -r1.5711.2.50 -r1.5711.2.51
--- ChangeLog   4 Mar 2008 15:50:48 -0000       1.5711.2.50
+++ ChangeLog   4 Mar 2008 16:00:26 -0000       1.5711.2.51
@@ -1,5 +1,7 @@
 2008-03-04 Sandro Santilli <address@hidden>
 
+       * Makefile.am: --with-plugindir was deprecated in favor
+         of --with-npapi-plugindir. Update distcheck flags.
        * doc/C/Makefile.am: explicitly list file to distribute.
          Adding a dir to EXTRA_DIST wasn't working, and is discouraged:
          http://www.delorie.com/gnu/docs/automake/automake_91.html

Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/Makefile.am,v
retrieving revision 1.103.2.3
retrieving revision 1.103.2.4
diff -u -b -r1.103.2.3 -r1.103.2.4
--- Makefile.am 3 Mar 2008 23:46:37 -0000       1.103.2.3
+++ Makefile.am 4 Mar 2008 16:00:28 -0000       1.103.2.4
@@ -36,7 +36,7 @@
 ## testing builds.
 DISTCHECK_CONFIGURE_FLAGS = \
        --with-kde-pluginprefix=/tmp/gnash-distcheck-$$/kparts \
-       --with-plugindir=/tmp/gnash-distcheck-$$/npapi \
+       --with-npapi-plugindir=/tmp/gnash-distcheck-$$/npapi \
        --enable-extensions=all \
        --enable-gui=all \
        --enable-cygnal




reply via email to

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