From ae7a1a04c4e6a23115312cfce99df1746b986062 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 18 Feb 2010 07:36:56 +0000 Subject: [PATCH] (M17N_BINARY_VERSION): New variable. (M17N_MODULE_DIR): New variable. AC_SUBST it. --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) 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) -- 1.7.10.4