[svn-r20574] Bump soname interface number. This should have been bumped

in 1.8.6 when its API was changed, but since it wasn't I'm
manually fixing up these numbers in 1.8 and 1.8.7 branches
for the time being.
This commit is contained in:
Mike McGreevy
2011-04-20 13:28:46 -05:00
parent 8f81c74806
commit 73fde75a6c
8 changed files with 15 additions and 15 deletions

View File

@@ -428,8 +428,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
LT_VERS_REVISION = 6
LT_VERS_INTERFACE = 7
LT_VERS_REVISION = 2
LT_VERS_AGE = 0
# Include src directory

View File

@@ -16,8 +16,8 @@
##
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
LT_VERS_REVISION = 6
LT_VERS_INTERFACE = 7
LT_VERS_REVISION = 2
LT_VERS_AGE = 0
## If the API changes *at all*, increment LT_VERS_INTERFACE and

2
configure vendored
View File

@@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: configure.in 20562 2011-04-20 16:17:08Z koziol .
# From configure.in Id: configure.in 20565 2011-04-20 16:41:42Z mamcgree .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for HDF5 1.8.8-snap0.
#

View File

@@ -468,8 +468,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
LT_VERS_REVISION = 6
LT_VERS_INTERFACE = 7
LT_VERS_REVISION = 2
LT_VERS_AGE = 0
# Include src directory in both Fortran and C flags (C compiler is used

View File

@@ -418,8 +418,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
LT_VERS_REVISION = 6
LT_VERS_INTERFACE = 7
LT_VERS_REVISION = 2
LT_VERS_AGE = 0
# Include src directory

View File

@@ -433,8 +433,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
LT_VERS_REVISION = 6
LT_VERS_INTERFACE = 7
LT_VERS_REVISION = 2
LT_VERS_AGE = 0
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/hl/src -I$(top_builddir)/hl/src \
-I$(top_srcdir)/fortran/src -I$(top_builddir)/fortran/src

View File

@@ -417,8 +417,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
LT_VERS_REVISION = 6
LT_VERS_INTERFACE = 7
LT_VERS_REVISION = 2
LT_VERS_AGE = 0
# This library is our main target.

View File

@@ -476,8 +476,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
LT_VERS_REVISION = 6
LT_VERS_INTERFACE = 7
LT_VERS_REVISION = 2
LT_VERS_AGE = 0
H5detect_CFLAGS = -g $(AM_CFLAGS)