set proper soname and number

This commit is contained in:
jasonmoxham 2009-10-07 21:35:27 +00:00
parent 9fb5a0cb90
commit 4e5a19e766
5 changed files with 969 additions and 2854 deletions

View File

@ -63,6 +63,7 @@ AUTOMAKE_OPTIONS = 1.8 gnu no-dependencies
# 1.0.0 7:2:4 4:2:1 4:11:1
# 1.1.0 7:3:4 4:3:1 4:12:1
# 1.2.0 7:4:4 4:4:1 4:13:1
# 1.3.0 8:0:0 4:5:1 0:0:0
#
# Starting at 3:0:0 is a slight abuse of the versioning system, but it
# ensures we're past soname libgmp.so.2, which was used on Debian GNU/Linux
@ -75,17 +76,17 @@ AUTOMAKE_OPTIONS = 1.8 gnu no-dependencies
# it's still good to get the shared library filename (like
# libgmpxx.so.3.0.4) incrementing, to make it clear which GMP it's from.
LIBGMP_LT_CURRENT = 7
LIBGMP_LT_REVISION = 4
LIBGMP_LT_AGE = 4
LIBGMP_LT_CURRENT = 8
LIBGMP_LT_REVISION = 0
LIBGMP_LT_AGE = 0
LIBGMPXX_LT_CURRENT = 4
LIBGMPXX_LT_REVISION = 4
LIBGMPXX_LT_REVISION = 5
LIBGMPXX_LT_AGE = 1
LIBMP_LT_CURRENT = 4
LIBMP_LT_REVISION = 13
LIBMP_LT_AGE = 1
LIBMP_LT_CURRENT = 0
LIBMP_LT_REVISION = 0
LIBMP_LT_AGE = 0
SUBDIRS = tests

View File

@ -450,6 +450,7 @@ AUTOMAKE_OPTIONS = 1.8 gnu no-dependencies
# 1.0.0 7:2:4 4:2:1 4:11:1
# 1.1.0 7:3:4 4:3:1 4:12:1
# 1.2.0 7:4:4 4:4:1 4:13:1
# 1.3.0 8:0:0 4:5:1 0:0:0
#
# Starting at 3:0:0 is a slight abuse of the versioning system, but it
# ensures we're past soname libgmp.so.2, which was used on Debian GNU/Linux
@ -461,15 +462,15 @@ AUTOMAKE_OPTIONS = 1.8 gnu no-dependencies
# Even if we thought the code generated will be identical on all systems,
# it's still good to get the shared library filename (like
# libgmpxx.so.3.0.4) incrementing, to make it clear which GMP it's from.
LIBGMP_LT_CURRENT = 7
LIBGMP_LT_REVISION = 4
LIBGMP_LT_AGE = 4
LIBGMP_LT_CURRENT = 8
LIBGMP_LT_REVISION = 0
LIBGMP_LT_AGE = 0
LIBGMPXX_LT_CURRENT = 4
LIBGMPXX_LT_REVISION = 4
LIBGMPXX_LT_REVISION = 5
LIBGMPXX_LT_AGE = 1
LIBMP_LT_CURRENT = 4
LIBMP_LT_REVISION = 13
LIBMP_LT_AGE = 1
LIBMP_LT_CURRENT = 0
LIBMP_LT_REVISION = 0
LIBMP_LT_AGE = 0
SUBDIRS = tests $(am__append_1) mpn mpz mpq mpf printf scanf cxx demos \
tune doc bench

3775
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
@set UPDATED 13 September 2009
@set UPDATED-MONTH September 2009
@set UPDATED 07 October 2009
@set UPDATED-MONTH October 2009
@set EDITION 1.3.0
@set VERSION 1.3.0

View File

@ -12,18 +12,18 @@ VERSION_PATCHLEVEL=0
# http://sources.redhat.com/autobook/autobook/autobook_91.html
# or the start of Makefile.am to see what was done before
LIBGMP_LT_CURRENT=7
LIBGMP_LT_REVISION=4
LIBGMP_LT_AGE=4
LIBGMP_LT_CURRENT=8
LIBGMP_LT_REVISION=0
LIBGMP_LT_AGE=0
LIBGMPXX_LT_CURRENT=4
LIBGMPXX_LT_REVISION=4
LIBGMPXX_LT_REVISION=5
LIBGMPXX_LT_AGE=1
# DONT NEED THESE ANYMORE
LIBMP_LT_CURRENT=4
LIBMP_LT_REVISION=13
LIBMP_LT_AGE=1
LIBMP_LT_CURRENT=0
LIBMP_LT_REVISION=0
LIBMP_LT_AGE=0
echo "Setting MPIR to"
echo "MPIR-$VERSION.$VERSION_MINOR.$VERSION_PATCHLEVEL"