ae733c
ae733c
Use the minor version as the revision in the libtool version, so the library
ae733c
soversion is not always 0.0.0.  (Does not influence the soname)
ae733c
ae733c
--- subversion-1.14.0/configure.ac.soversion
ae733c
+++ subversion-1.14.0/configure.ac
ae733c
@@ -112,7 +112,11 @@
ae733c
   SVN_APR_MAJOR_VERSION=1
ae733c
 fi
ae733c
 AC_SUBST(SVN_APR_MAJOR_VERSION)
ae733c
-SVN_LT_SOVERSION="-version-info $svn_lib_ver"
ae733c
+
ae733c
+m4_define([svn_ver_minor], m4_bpatsubst(AC_PACKAGE_VERSION, [[0-9]*\.\([0-9]*\)\.[0-9]*], [\1]))
ae733c
+
ae733c
+SVN_LT_SOVERSION="-version-info $svn_lib_ver:svn_ver_minor"
ae733c
+AC_MSG_NOTICE([SVN_LT_SOVERSION $SVN_LT_SOVERSION])
ae733c
 AC_SUBST(SVN_LT_SOVERSION)
ae733c
 AC_DEFINE_UNQUOTED(SVN_SOVERSION, $svn_lib_ver,
ae733c
                    [Subversion library major verson])