]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Revert "Revert ABI version, make libgnutls-extra use another ABI version."
authorSimon Josefsson <simon@josefsson.org>
Mon, 26 May 2008 14:13:58 +0000 (16:13 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 26 May 2008 14:13:58 +0000 (16:13 +0200)
This reverts commit 1a0f4dbf5a79ac61c7d10257221d851a4a12d814.

configure.in

index 0adc81659b5640b4f214b8519f468d8ee257fbc5..4ff3b8c6716e660e38bdc35db6ac6005f6b4380f 100644 (file)
@@ -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