(M17N_BINARY_VERSION): New variable.
authorhanda <handa>
Thu, 18 Feb 2010 07:36:56 +0000 (07:36 +0000)
committerhanda <handa>
Thu, 18 Feb 2010 07:36:56 +0000 (07:36 +0000)
(M17N_MODULE_DIR): New variable.  AC_SUBST it.

configure.ac

index c376e19..c45b94f 100644 (file)
@@ -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)