X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-contrib.git;a=blobdiff_plain;f=configure.ac;h=051f42c33a647ceb70790619e2da57c3f93e7c3a;hp=5f7f435aaf0b1e93871db087334ba9bccb7a5cf2;hb=486c456856b77616f8dce9f4d1986528331d0532;hpb=7bcfaf2b7c41ff314360d7485ab094780cd50ef2 diff --git a/configure.ac b/configure.ac index 5f7f435..051f42c 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, 2009 dnl National Institute of Advanced Industrial Science and Technology (AIST) dnl Registration Number H15PRO112 dnl @@ -18,12 +18,12 @@ dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU dnl Lesser General Public License for more details. dnl -dnl You should have received a copy of the GNU General Public License -dnl along with GNU Emacs; see the file COPYING. If not, write to the -dnl Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -dnl Boston, MA 02110-1301, USA. +dnl You should have received a copy of the GNU Lesser General Public +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.0, bugs-m17n-lib@m17n.org) +AC_INIT(m17n-contrib, 1.1.10, 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`