summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2013-04-02 22:54:20 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2013-04-02 22:54:20 (GMT)
commit0b16cecb994ad3d1f31883933706decefecc68df (patch)
treeaa5739f74c9fcab5c879553419249f87d4e9d100
parent7ee9828c2614ac320a65ed9def45133fc15663d0 (diff)
downloadhdf5-0b16cecb994ad3d1f31883933706decefecc68df.zip
hdf5-0b16cecb994ad3d1f31883933706decefecc68df.tar.gz
hdf5-0b16cecb994ad3d1f31883933706decefecc68df.tar.bz2
[svn-r23527] Revised usage to reflect change to use -shlib as default when no static libraries were built.
No test - text only revision of compile scripts.
-rw-r--r--c++/src/h5c++.in5
-rw-r--r--fortran/src/h5fc.in5
-rw-r--r--tools/misc/h5cc.in5
3 files changed, 9 insertions, 6 deletions
diff --git a/c++/src/h5c++.in b/c++/src/h5c++.in
index 8928d13..4c86c6a 100644
--- a/c++/src/h5c++.in
+++ b/c++/src/h5c++.in
@@ -122,8 +122,9 @@ 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"
- echo " -noshlib Compile with static HDF5 libraries [default]"
+ 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 " "
echo " <compile line> - the normal compile line options for your compiler."
echo " $prog_name uses the same compiler you used to compile"
diff --git a/fortran/src/h5fc.in b/fortran/src/h5fc.in
index c58eab0..d052046 100644
--- a/fortran/src/h5fc.in
+++ b/fortran/src/h5fc.in
@@ -118,8 +118,9 @@ 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"
- echo " -noshlib Compile with static HDF5 libraries [default]"
+ 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 " "
echo " <compile line> - the normal compile line options for your compiler."
echo " $prog_name uses the same compiler you used to compile"
diff --git a/tools/misc/h5cc.in b/tools/misc/h5cc.in
index 45143e4..f62c66f 100644
--- a/tools/misc/h5cc.in
+++ b/tools/misc/h5cc.in
@@ -132,8 +132,9 @@ 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"
- echo " -noshlib Compile with static HDF5 libraries [default]"
+ 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 " "
echo " <compile line> - the normal compile line options for your compiler."
echo " $prog_name uses the same compiler you used to compile"