diff options
author | Darrell Anderson <[email protected]> | 2013-04-18 18:09:55 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2013-04-18 18:09:55 -0500 |
commit | 212e11cf6930429a26d7a4ee1f371a78ea466531 (patch) | |
tree | 3e3419c7e5c7aca5859ab7031a82f6396a2ebeca | |
parent | c0386d2b2b24a75ba9e93517c9c72f73308df320 (diff) | |
download | twin-style-crystal-212e11cf6930429a26d7a4ee1f371a78ea466531.tar.gz twin-style-crystal-212e11cf6930429a26d7a4ee1f371a78ea466531.zip |
Update files and references in support of bug report 1446.
-rw-r--r-- | acinclude.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index c1bb940..351024a 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -612,13 +612,13 @@ AC_DEFUN([KDE_SUBST_PROGRAMS], KDE_FIND_PATH(xmllint, XMLLINT, [${prefix}/bin ${exec_prefix}/bin], [XMLLINT=""]) if test -n "$MEINPROC" -a "$MEINPROC" != "compiled"; then - kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/trinity/share /opt/kde/share $prefix/share" + kde_sharedirs="$prefix/share /opt/trinity/share /opt/trinity/share /opt/kde/share /usr/share/kde /usr/local/share /usr/share" test -n "$TDEDIR" && kde_sharedirs="$TDEDIR/share $kde_sharedirs" - AC_FIND_FILE(apps/ksgmltools2/customization/kde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET) + AC_FIND_FILE(apps/ksgmltools2/customization/tde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET) if test "$KDE_XSL_STYLESHEET" = "NO"; then KDE_XSL_STYLESHEET="" else - KDE_XSL_STYLESHEET="$KDE_XSL_STYLESHEET/apps/ksgmltools2/customization/kde-chunk.xsl" + KDE_XSL_STYLESHEET="$KDE_XSL_STYLESHEET/apps/ksgmltools2/customization/tde-chunk.xsl" fi fi |