summaryrefslogtreecommitdiffstats
path: root/tools/misc/h5cc.in
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2013-10-15 19:16:05 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2013-10-15 19:16:05 (GMT)
commit308880e894e4efa447b4f714ce75376c456abafa (patch)
tree6e42a34bdc6fb9e73b36af784cd9d0c8e67115ec /tools/misc/h5cc.in
parentfebb17322b3082e2f4f731a3fb24adf0d54dbea1 (diff)
downloadhdf5-308880e894e4efa447b4f714ce75376c456abafa.zip
hdf5-308880e894e4efa447b4f714ce75376c456abafa.tar.gz
hdf5-308880e894e4efa447b4f714ce75376c456abafa.tar.bz2
[svn-r24293] Bring revisions #24058 - #24098 from trunk to revise_chunks.
h5committested.
Diffstat (limited to 'tools/misc/h5cc.in')
-rw-r--r--tools/misc/h5cc.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/tools/misc/h5cc.in b/tools/misc/h5cc.in
index f62c66f..da1a26d 100644
--- a/tools/misc/h5cc.in
+++ b/tools/misc/h5cc.in
@@ -132,9 +132,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"
@@ -148,7 +149,8 @@ usage() {
echo " HDF5_CC - use a different C compiler"
echo " HDF5_CLINKER - 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"