gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog configure.ac


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog configure.ac
Date: Sun, 18 May 2008 19:01:24 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/05/18 19:01:23

Modified files:
        .              : ChangeLog configure.ac 

Log message:
        * configure.ac: have KPARTS install dir summary use 'KPARTS' label,
          to conform with that given by 'make dumpconfig'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6636&r2=1.6637
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.531&r2=1.532

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6636
retrieving revision 1.6637
diff -u -b -r1.6636 -r1.6637
--- ChangeLog   17 May 2008 20:10:33 -0000      1.6636
+++ ChangeLog   18 May 2008 19:01:22 -0000      1.6637
@@ -1,3 +1,8 @@
+2008-05-18 Sandro Santilli <address@hidden>
+
+       * configure.ac: have KPARTS install dir summary use 'KPARTS' label,
+         to conform with that given by 'make dumpconfig'.
+
 2008-05-17 Sandro Santilli <address@hidden>
 
        * server/vm/ActionExec.cpp (setLocalVariable): use scope stack

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.531
retrieving revision 1.532
diff -u -b -r1.531 -r1.532
--- configure.ac        16 May 2008 22:58:14 -0000      1.531
+++ configure.ac        18 May 2008 19:01:23 -0000      1.532
@@ -2164,10 +2164,10 @@
 
 if test x"$kparts" = x"yes"; then
   echo "        KPARTS plugin enabled (default). Use --disable-kparts to 
disable"
-  echo "            KDE plugin will be installed in ${KDE_PLUGINDIR}"
-  echo "            KDE service will be installed in ${KDE_SERVICESDIR}"
-  echo "            KDE config dir will be in ${KDE_CONFIGDIR}"
-  echo "            KDE appsdata will be installed in ${KDE_APPSDATADIR}"
+  echo "            KPARTS plugin will be installed in ${KDE_PLUGINDIR}"
+  echo "            KPARTS service will be installed in ${KDE_SERVICESDIR}"
+  echo "            KPARTS config dir will be in ${KDE_CONFIGDIR}"
+  echo "            KPARTS appsdata will be installed in ${KDE_APPSDATADIR}"
 else
   echo "        KPARTS plugin disabled."
 fi




reply via email to

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