From: handa Date: Fri, 26 Mar 2010 07:12:39 +0000 (+0000) Subject: Versions changed to 2.0.0alpha. X-Git-Tag: REL-2-0-0alpha~19 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=044a25f123c8636349b1496894508944aab539e8;p=m17n%2Fm17n-db.git Versions changed to 2.0.0alpha. (INSTSUBDIR): New variable. AC_SUBST it. (LANGNAME_TABLES): Delete m17n-db Change m17n-db.pc to m17n-db-2.pc. --- diff --git a/configure.ac b/configure.ac index 3d0e77a..0242347 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H15PRO112 @@ -21,10 +21,13 @@ # Boston, MA 02110-1301, USA. # Process this file with autoconf to produce a configure script. -AC_INIT(m17n-db, 1.5.3, bugs-m17n-lib@m17n.org) -AM_INIT_AUTOMAKE(m17n-db, 1.5.3) +AC_INIT(m17n-db, 2.0.0alpha, bugs-m17n-lib@m17n.org) +AM_INIT_AUTOMAKE(m17n-db, 2.0.0alpha) AM_GNU_GETTEXT([external]) +INSTSUBDIR=m17n/2.0 +AC_SUBST(INSTSUBDIR) + # Checks for programs. AC_PROG_INSTALL AC_PROG_AWK @@ -76,7 +79,7 @@ AC_SUBST(ICONS) LANGNAME_TABLES=`cd LANGDATA; echo *.lnm` AC_SUBST(LANGNAME_TABLES) -AC_CONFIG_FILES([Makefile mapconv m17n-db m17n-db.pc +AC_CONFIG_FILES([Makefile mapconv m17n-db-2.pc icons/Makefile po/Makefile.in FLT/Makefile MIM/Makefile LANGDATA/Makefile ])