From: handa Date: Thu, 18 Feb 2010 07:36:56 +0000 (+0000) Subject: (M17N_BINARY_VERSION): New variable. X-Git-Tag: merge-to-XML~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ae7a1a04c4e6a23115312cfce99df1746b986062;p=m17n%2Fm17n-lib.git (M17N_BINARY_VERSION): New variable. (M17N_MODULE_DIR): New variable. AC_SUBST it. --- diff --git a/configure.ac b/configure.ac index c376e19..c45b94f 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,13 @@ AM_MAINTAINER_MODE API_VERSION=4:0:4 AC_SUBST(API_VERSION) +# The earliest version that this release has binary compatibility +# with. This is used for module locations. +M17N_BINARY_VERSION=1.0 + +M17N_MODULE_DIR="m17n/$M17N_BINARY_VERSION" +AC_SUBST(M17N_MODULE_DIR) + AM_GNU_GETTEXT GETTEXTDIR="$datadir/locale" AC_SUBST(GETTEXTDIR)