gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10586: fix the default install path


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10586: fix the default install paths for kde4.
Date: Sun, 15 Feb 2009 08:34:26 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10586
committer: address@hidden
branch nick: trunk
timestamp: Sun 2009-02-15 08:34:26 -0700
message:
  fix the default install paths for kde4.
modified:
  macros/kde4.m4
=== modified file 'macros/kde4.m4'
--- a/macros/kde4.m4    2008-12-29 17:38:09 +0000
+++ b/macros/kde4.m4    2009-02-15 15:34:26 +0000
@@ -48,7 +48,7 @@
              [Directory to install KDE 4.x plugin in]),
              with_kde4_plugindir=${withval})
   if test x"${with_kde4_plugindir}" != x ; then 
-    if test ! -d ${with_kde4_plugindir}/designer; then
+    if test ! -d ${with_kde4_plugindir}/imageformats; then
       AC_MSG_ERROR([${with_kde4_plugindir} directory doesn't contain any KDE 
4.x plugins!])
     fi
   fi
@@ -204,9 +204,9 @@
     fi
 
     KDE4_PLUGINDIR="${KDE4_PREFIX}/lib/kde4"
-    KDE4_SERVICESDIR="${KDE4_PREFIX}/share/services"
-    KDE4_CONFIGDIR="${KDE4_PREFIX}/share/config"
-    KDE4_APPSDATADIR="${KDE4_PREFIX}/share/apps/klash"
+    KDE4_SERVICESDIR="${KDE4_PREFIX}/share/kde4/services"
+    KDE4_CONFIGDIR="${KDE4_PREFIX}/share/kde4/config"
+    KDE4_APPSDATADIR="${KDE4_PREFIX}/share/kde4/apps/klash"
   fi                            dnl end of build_kparts4
 
   if test x"${ac_cv_path_kde4_incl}" != x ; then


reply via email to

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