summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2013-05-09 05:12:31 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2013-05-09 05:12:31 (GMT)
commit59318f20415546b07b57bc6310c72840191ddf49 (patch)
tree907379ec3a53c37cd65610494726ef6395d137e2 /configure
parentb0bab950af6c85f5efc02c8575a55000a973e0e6 (diff)
downloadhdf5-59318f20415546b07b57bc6310c72840191ddf49.zip
hdf5-59318f20415546b07b57bc6310c72840191ddf49.tar.gz
hdf5-59318f20415546b07b57bc6310c72840191ddf49.tar.bz2
[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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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.
#