From 59318f20415546b07b57bc6310c72840191ddf49 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 9 May 2013 00:12:31 -0500 Subject: [svn-r23687] Bug fix: HDFFV-8435 Need to update libtool version number for v1.8.11 since two functions, H5Pget_dxpl_multi and H5Pset_dxpl_multi were removed. Then v1.8 is now v1.8.12-xxx and needed an update to. config/lt_vers.am: libtool information is changed to 8.0.1 because it is a revision different from v1.8.10. configure: src/Makefile.in: hl/src/Makefile.in: hl/c++/src/Makefile.in: hl/fortran/src/Makefile.in: c++/src/Makefile.in: fortran/src/Makefile.in: README.txt: autogenerated by bin/reconfiure. Tested: h5committest, then visual inspect that the libhdf5.so.x.y.z is changed accordingly. Built in duck by hand and see it changes to libhdf5.8.dylib too. --- c++/src/Makefile.in | 4 ++-- config/lt_vers.am | 4 ++-- configure | 2 +- fortran/src/Makefile.in | 4 ++-- hl/c++/src/Makefile.in | 4 ++-- hl/fortran/src/Makefile.in | 4 ++-- hl/src/Makefile.in | 4 ++-- src/Makefile.in | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in index 841c864..d9fa6e3 100644 --- a/c++/src/Makefile.in +++ b/c++/src/Makefile.in @@ -466,8 +466,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 7 -LT_VERS_REVISION = 6 +LT_VERS_INTERFACE = 8 +LT_VERS_REVISION = 1 LT_VERS_AGE = 0 # Include src directory diff --git a/config/lt_vers.am b/config/lt_vers.am index 4b5c1cd..d58e661 100644 --- a/config/lt_vers.am +++ b/config/lt_vers.am @@ -16,8 +16,8 @@ ## # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 7 -LT_VERS_REVISION = 6 +LT_VERS_INTERFACE = 8 +LT_VERS_REVISION = 1 LT_VERS_AGE = 0 ## If the API changes *at all*, increment LT_VERS_INTERFACE and diff --git a/configure b/configure index 8b391b4..c5a587b 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Id: configure.ac 23628 2013-04-25 18:09:07Z byrn . +# From configure.ac Id: configure.ac 23670 2013-05-06 00:31:40Z hdftest . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for HDF5 1.8.12-snap3. # diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index c169c8d..aa666cd 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -517,8 +517,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 7 -LT_VERS_REVISION = 6 +LT_VERS_INTERFACE = 8 +LT_VERS_REVISION = 1 LT_VERS_AGE = 0 # Include src directory in both Fortran and C flags (C compiler is used diff --git a/hl/c++/src/Makefile.in b/hl/c++/src/Makefile.in index f906bf3..5aad7a6 100644 --- a/hl/c++/src/Makefile.in +++ b/hl/c++/src/Makefile.in @@ -457,8 +457,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 7 -LT_VERS_REVISION = 6 +LT_VERS_INTERFACE = 8 +LT_VERS_REVISION = 1 LT_VERS_AGE = 0 # Include src directory diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index b2d04aa..9f3c8d4 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -473,8 +473,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 7 -LT_VERS_REVISION = 6 +LT_VERS_INTERFACE = 8 +LT_VERS_REVISION = 1 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 diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in index d3e297e..cc1135f 100644 --- a/hl/src/Makefile.in +++ b/hl/src/Makefile.in @@ -456,8 +456,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 7 -LT_VERS_REVISION = 6 +LT_VERS_INTERFACE = 8 +LT_VERS_REVISION = 1 LT_VERS_AGE = 0 # This library is our main target. diff --git a/src/Makefile.in b/src/Makefile.in index 6b6b36d..5518623 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -516,8 +516,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 7 -LT_VERS_REVISION = 6 +LT_VERS_INTERFACE = 8 +LT_VERS_REVISION = 1 LT_VERS_AGE = 0 H5detect_CFLAGS = -g $(AM_CFLAGS) -- cgit v0.12