Move the JOIN and TOUCH keys to more accessible key combinations.
[m17n/m17n-contrib.git] / configure.ac
index 67a1f12..a321555 100644 (file)
@@ -23,7 +23,7 @@ dnl License along with the m17n library; if not, write to the Free
 dnl Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 dnl Boston, MA 02110-1301, USA.
 
-AC_INIT(m17n-contrib, 1.1.1, bugs-m17n-lib@m17n.org)
+AC_INIT(m17n-contrib, 1.1.2, bugs-m17n-lib@m17n.org)
 AM_INIT_AUTOMAKE
 AM_GNU_GETTEXT([external])
 
@@ -36,7 +36,11 @@ if test "x$HAVE_M17N_DB" != "xyes"; then
 It is available at <http://www.m17n.org/m17n-lib>.])
 fi
 
-M17NDIR=`m17n-db`
+if test "x$prefix" = "xNONE"; then
+  M17NDIR=`m17n-db`
+else
+  M17NDIR='${datadir}/m17n'
+fi
 AC_SUBST(M17NDIR)
 
 INPUT_METHOD=`echo im/*.mim`