[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:
@@ -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
|
||||
|
||||
@@ -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
2
configure
vendored
@@ -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.
|
||||
#
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user