[gspell/wip/api-version: 1/2] build: create a GSPELL_API_VERSION variable
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gspell/wip/api-version: 1/2] build: create a GSPELL_API_VERSION variable
- Date: Thu, 10 Mar 2016 17:12:12 +0000 (UTC)
commit 30c078c47f591b862039d51e79f942f8db686e46
Author: Sébastien Wilmet <swilmet gnome org>
Date: Thu Mar 10 17:10:38 2016 +0100
build: create a GSPELL_API_VERSION variable
configure.ac | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7717999..9ae3ad5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,6 +40,10 @@ GSPELL_LT_AGE=0
GSPELL_LT_VERSION="$GSPELL_LT_CURRENT:$GSPELL_LT_REVISION:$GSPELL_LT_AGE"
AC_SUBST(GSPELL_LT_VERSION)
+# API version, used for parallel installability.
+GSPELL_API_VERSION=1
+AC_SUBST(GSPELL_API_VERSION)
+
# Dependencies
enchant_req=1.6.0
glib_req=2.44
@@ -112,7 +116,7 @@ fi
# i18n
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.19.4])
-AC_SUBST([GETTEXT_PACKAGE], [gspell-1])
+AC_SUBST([GETTEXT_PACKAGE], [gspell-$GSPELL_API_VERSION])
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [Define to the gettext package name.])
# Documentation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]