summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-18 22:45:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-21 19:17:26 +0900
commit10ee12b66a226f890b423ab711e17efd04bd2f70 (patch)
tree64d998718597a805203696291a935c0d9672682e /acinclude.m4
parent3144af3574cf5c78b414ab7ce2efb5dacf2549b3 (diff)
downloadlibtqt-perl-10ee12b66a226f890b423ab711e17efd04bd2f70.tar.gz
libtqt-perl-10ee12b66a226f890b423ab711e17efd04bd2f70.zip
Moved to /usr folder instead of /opt/trinity. This relates to bug 266.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 74e3fe2..bf335f3 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -559,7 +559,7 @@ AC_DEFUN(KDE_SUBST_PROGRAMS,
KDE_FIND_PATH(meinproc, MEINPROC, [$kde_default_bindirs])
if test -n "$MEINPROC" && test ! "$MEINPROC" = "compiled"; then
- kde_sharedirs="$prefix/share /opt/trinity/share /opt/trinity/share /opt/kde/share /usr/share/kde /usr/local/share /usr/share"
+ kde_sharedirs="$prefix/share /usr/share /opt/kde/share /usr/share/kde /usr/local/share"
test -n "$TDEDIR" && kde_sharedirs="$TDEDIR/share $kde_sharedirs"
AC_FIND_FILE(apps/ksgmltools2/customization/tde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET)
if test "$KDE_XSL_STYLESHEET" = "NO"; then