[java-atk-wrapper] No need to bother about libtool versioning This library is only loaded by the java code and as such,



commit 2106a09243fdc5d27407b06ebf879eeeb5b477e5
Author: Fridrich Štrba <fridrich strba bluewin ch>
Date:   Thu Oct 26 17:06:14 2017 +0200

    No need to bother about libtool versioning This library is only loaded by the java code and as such, it 
needs only .so extension

 configure.ac | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2a3f722..adc45ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,17 +9,6 @@ AM_SILENT_RULES([yes])
 m4_pattern_allow([AM_PROG_AR])
 m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
 
-# Before making a release, the LT_VERSION string should be modified.
-# The string is of the form C:R:A.
-# - If interfaces have been changed or added, but binary compatibility has
-#   been preserved, change to C+1:0:A+1
-# - If binary compatibility has been broken (eg removed or changed interfaces)
-#   change to C+1:0:0
-# - If the interface is the same as the previous version, change to C:R+1:A
-
-LIB_ATK_WRAPPER_LT_VERSION=6:0:0
-AC_SUBST(LIB_ATK_WRAPPER_LT_VERSION)
-
 # jni
 AC_CONFIG_HEADERS([config.h])
 
@@ -49,14 +38,7 @@ PKG_CHECK_MODULES(JAW, [
 ])
 AC_SUBST(JAW_LIBS)
 
-case "${target_os}" in
-cygwin*)
-  LIB_ATK_WRAPPER_LD_FLAGS="-avoid-version -no-undefined"
-  ;;
-*)
-  LIB_ATK_WRAPPER_LD_FLAGS="-version-info $LIB_ATK_WRAPPER_LT_VERSION -no-undefined"
-  ;;
-esac
+LIB_ATK_WRAPPER_LD_FLAGS="-avoid-version -no-undefined"
 AC_SUBST(LIB_ATK_WRAPPER_LD_FLAGS)
 
 # java wrapper


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]