summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2009-04-20 23:03:40 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2009-04-20 23:03:40 (GMT)
commitbdb33e7c9880c61acc47bb0ea5bb3b0586f3c1ad (patch)
tree2b93c065dd8f024f5a3f312d62879bd1efe9f1f2 /fortran
parentcd48d93298414e48d8aa5dc3dbd2c2701b152e2c (diff)
downloadhdf5-bdb33e7c9880c61acc47bb0ea5bb3b0586f3c1ad.zip
hdf5-bdb33e7c9880c61acc47bb0ea5bb3b0586f3c1ad.tar.gz
hdf5-bdb33e7c9880c61acc47bb0ea5bb3b0586f3c1ad.tar.bz2
[svn-r16813] New feature(Bug 230):
Embed the content of libhdf5.settings into the hdf5 executables so that an "orphaned" executables can display (via the Unix strings command, for example) the library settings used to build the executables. This is a prototype implementation. Much improvement is needed. configure.in: Added the --disable-embedded-libinfo option to disable this feature. configure: src/H5config.h.in: Generated by autotools like automake. src/H5detect.c: Implement insert_libhdf5_settings() to insert the contents of libhdf5.settings into the library as an extern string variable so that it is included in all HDF5 executable. Much improvement is needed. fortran/src/Makefile.in: Auto-generated by bin/reconfigure. (i.e., I did make any changes to cause its direct regeneration). Tested: Jam serial, using default and --disable-embedded-libinfo, configure options.
Diffstat (limited to 'fortran')
-rw-r--r--fortran/src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index 5b80fa0..9dcc4a5 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -389,7 +389,7 @@ 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 = 29
+LT_VERS_REVISION = 1
LT_VERS_AGE = 0
# Include src directory in both Fortran and C flags (C compiler is used