gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog Makefile.am


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog Makefile.am
Date: Fri, 04 Jan 2008 23:57:10 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/01/04 23:57:10

Modified files:
        .              : ChangeLog Makefile.am 

Log message:
        install plugins under /tmp/ during 'distcheck'.
        (we can do something a bit smarter, but it's a start).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5296&r2=1.5297
http://cvs.savannah.gnu.org/viewcvs/gnash/Makefile.am?cvsroot=gnash&r1=1.98&r2=1.99

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5296
retrieving revision 1.5297
diff -u -b -r1.5296 -r1.5297
--- ChangeLog   4 Jan 2008 13:35:11 -0000       1.5296
+++ ChangeLog   4 Jan 2008 23:57:10 -0000       1.5297
@@ -1,5 +1,7 @@
 2008-01-04 Sandro Santilli <address@hidden>
 
+       * Makefile.am: install plugins under /tmp/ during 'distcheck'.
+         (we can do something a bit smarter, but it's a start).
        *  doc/C/usermanual/installation/custompath_configuration.xml:
          Document --with-kde-pluginprefix configure switch.
 

Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/Makefile.am,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -b -r1.98 -r1.99
--- Makefile.am 2 Jan 2008 12:19:25 -0000       1.98
+++ Makefile.am 4 Jan 2008 23:57:10 -0000       1.99
@@ -15,13 +15,29 @@
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 # 
 
-# $Id: Makefile.am,v 1.98 2008/01/02 12:19:25 strk Exp $
+# $Id: Makefile.am,v 1.99 2008/01/04 23:57:10 strk Exp $
 
 ## Process this file with automake to produce Makefile.in
 AUTOMAKE_OPTIONS = 1.6.0
 ACLOCAL_AMFLAGS = -I macros
 noinst_SCRIPT = autogen.sh
 
+##
+## Any custom ./configure switch we want to be
+## given at 'make distcheck' time should go here
+##
+## We set plugins install dirs to a user-writable 
+## and likely unused directory for now to avoid
+## permission problems and unexpected unistalls
+## from home dir. Ideally we should put them somewhere
+## under ${prefix} to make the uninstall check effective
+## (and I belive it should actually be the default when
+## --prefix is given, but that's another story --strk)
+##
+DISTCHECK_CONFIGURE_FLAGS = \
+       --with-kde-pluginprefix=/tmp/gnash-distcheck/kparts \
+       --with-plugindir=/tmp/gnash-distcheck/npapi 
+
 STD_DIRS = \
        libbase \
        libgeometry \




reply via email to

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