summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-03-25 00:37:16 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-03-25 00:37:16 +0000
commita8ecd878642f74c3b221b568d42d8907c0aca801 (patch)
treea6118f1df0e64355b0d1a525a8ae4bcd2c00cab1
parent819d92d0868d4cfca9c98147faad6f8e94749eb9 (diff)
downloadother-a8ecd878642f74c3b221b568d42d8907c0aca801.tar.gz
other-a8ecd878642f74c3b221b568d42d8907c0aca801.zip
Automake fixups
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1107178 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--admin/acinclude.m4.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/acinclude.m4.in b/admin/acinclude.m4.in
index 69c5256..923345f 100644
--- a/admin/acinclude.m4.in
+++ b/admin/acinclude.m4.in
@@ -3509,7 +3509,8 @@ AC_EXEEXT
AM_PROG_LIBTOOL
AC_LIBTOOL_CXX
-LIBTOOL_SHELL="/bin/sh ./libtool"
+# LIBTOOL_SHELL="/bin/sh ./libtool"
+LIBTOOL_SHELL="libtool"
# LIBTOOL="$LIBTOOL --silent"
KDE_PLUGIN="-avoid-version -module -no-undefined \$(KDE_NO_UNDEFINED) \$(KDE_RPATH) \$(KDE_MT_LDFLAGS)"
AC_SUBST(KDE_PLUGIN)