X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-contrib.git;a=blobdiff_plain;f=configure.ac;h=d8b3aed15c6dbb864d406972b739a21939a15965;hp=67a1f121aa7d7ea957a1050c8c01c5a0e2e24dec;hb=4d32547ffff56cc2fc795695045198725e8acdb4;hpb=c0157b33e398d847d3423f54a321b31f4e42f5bc diff --git a/configure.ac b/configure.ac index 67a1f12..d8b3aed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Autoconf script for the m17n-contrib. dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2006 +dnl Copyright (C) 2006, 2007, 2008 dnl National Institute of Advanced Industrial Science and Technology (AIST) dnl Registration Number H15PRO112 dnl @@ -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.8, 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 .]) 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`