From: Simon Josefsson Date: Mon, 26 May 2008 14:13:58 +0000 (+0200) Subject: Revert "Revert ABI version, make libgnutls-extra use another ABI version." X-Git-Tag: gnutls_2_3_12~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40b284b6c6c5dd02358e6fda9ea6b2eef3dff25e;p=thirdparty%2Fgnutls.git Revert "Revert ABI version, make libgnutls-extra use another ABI version." This reverts commit 1a0f4dbf5a79ac61c7d10257221d851a4a12d814. --- diff --git a/configure.in b/configure.in index 0adc81659b..4ff3b8c671 100644 --- a/configure.in +++ b/configure.in @@ -36,19 +36,14 @@ AB_INIT # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 -AC_SUBST(LT_CURRENT, 29) -AC_SUBST(LT_REVISION, 6) -AC_SUBST(LT_AGE, 3) -AC_SUBST(EXTRA_LT_CURRENT, 27) -AC_SUBST(EXTRA_LT_REVISION, 0) -AC_SUBST(EXTRA_LT_AGE, 0) +AC_SUBST(LT_CURRENT, 27) +AC_SUBST(LT_REVISION, 0) +AC_SUBST(LT_AGE, 0) ac_full=1 # Used when creating the Windows libgnutls-XX.def files. SOVERSION=`expr ${LT_CURRENT} - ${LT_AGE}` AC_SUBST(SOVERSION) -EXTRA_SOVERSION=`expr ${EXTRA_LT_CURRENT} - ${EXTRA_LT_AGE}` -AC_SUBST(EXTRA_SOVERSION) GNUTLS_GCRYPT_VERSION=1:1.2.4 GNUTLS_LIBTASN1_VERSION=0.3.4