Revision: 6207
Author: ek.kato
Date: Sun Feb 28 20:15:51 2010
Log: * configure.ac (UIM_LIBEXECDIR) : Set for AC_SUBST.
* qt4/candwin/uim-candwin-qt4.pro.in (target.path) : Use
UIM_LIBEXECDIR instead of libexecdir to fix r6127.
http://code.google.com/p/uim/source/detail?r=6207
Modified:
/trunk/configure.ac
/trunk/qt4/candwin/uim-candwin-qt4.pro.in
=======================================
--- /trunk/configure.ac Sun Feb 28 15:01:12 2010
+++ /trunk/configure.ac Sun Feb 28 20:15:51 2010
@@ -744,6 +744,7 @@
AC_DEFINE_UNQUOTED(DATADIR, "$DATADIR", [read-only
architecture-independent data dir])
UIM_LIBEXECDIR=`eval echo "${libexecdir}"`
AC_DEFINE_UNQUOTED(UIM_LIBEXECDIR, "$UIM_LIBEXECDIR", [libexec dir])
+AC_SUBST(UIM_LIBEXECDIR)
# we should use more safe macro such as AC_EXPAND_DIR
LOCALEDIR=`eval eval echo ${datadir}/locale`
# backward compatibility
=======================================
--- /trunk/qt4/candwin/uim-candwin-qt4.pro.in Sat Feb 27 15:04:04 2010
+++ /trunk/qt4/candwin/uim-candwin-qt4.pro.in Sun Feb 28 20:15:51 2010
@@ -21,5 +21,5 @@
TARGET = uim-candwin-qt4
-target.path += @DESTDIR@@libexecdir@
+target.path += @DESTDIR@@UIM_LIBEXECDIR@
INSTALLS += target