summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2013-10-16 23:20:39 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2013-10-16 23:20:39 (GMT)
commite81dbea8e638dad2559f0485c484e50f1e62ecb5 (patch)
tree0636eb9ee5f0435d3e26e340ab84cc0b3ec06460 /fortran
parent9825a2f52b32dfd44a028ea24888a7fa1f9916aa (diff)
downloadhdf5-e81dbea8e638dad2559f0485c484e50f1e62ecb5.zip
hdf5-e81dbea8e638dad2559f0485c484e50f1e62ecb5.tar.gz
hdf5-e81dbea8e638dad2559f0485c484e50f1e62ecb5.tar.bz2
[svn-r24310] Bring revision #24293 from revise_chunks.
h5committested.
Diffstat (limited to 'fortran')
-rw-r--r--fortran/src/Makefile.in2
-rw-r--r--fortran/src/h5fc.in10
2 files changed, 7 insertions, 5 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index 65ebcaf..e826a35 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -518,7 +518,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 = 152
+LT_VERS_REVISION = 154
LT_VERS_AGE = 0
# Include src directory in both Fortran and C flags (C compiler is used
diff --git a/fortran/src/h5fc.in b/fortran/src/h5fc.in
index 1285541..b5a6486 100644
--- a/fortran/src/h5fc.in
+++ b/fortran/src/h5fc.in
@@ -118,9 +118,10 @@ usage() {
echo " subdirectories [default: $prefix]"
echo " -show Show the commands without executing them"
echo " -showconfig Show the HDF5 library configuration summary"
- echo " -shlib Compile with shared HDF5 libraries [default when built with"
- echo " disable-static]"
- echo " -noshlib Compile with static HDF5 libraries [default when static available]"
+ echo " -shlib Compile with shared HDF5 libraries [default for hdf5 built"
+ echo " without static libraries]"
+ echo " -noshlib Compile with static HDF5 libraries [default for hdf5 built"
+ echo " with static libraries]"
echo " "
echo " <compile line> - the normal compile line options for your compiler."
echo " $prog_name uses the same compiler you used to compile"
@@ -133,7 +134,8 @@ usage() {
echo " HDF5_FC - use a different Fortran 90 or 95 compiler"
echo " HDF5_FLINKER - use a different linker"
echo " HDF5_USE_SHLIB=[yes|no] - use shared or static version of the HDF5 library"
- echo " [default: no]"
+ echo " [default: no except when built with only"
+ echo " shared libraries]"
echo " "
echo " You can also add or change paths and flags to the compile line using"
echo " the following environment varibles or by assigning them to their counterparts"