From 0b16cecb994ad3d1f31883933706decefecc68df Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Tue, 2 Apr 2013 17:54:20 -0500 Subject: [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. --- c++/src/h5c++.in | 5 +++-- fortran/src/h5fc.in | 5 +++-- tools/misc/h5cc.in | 5 +++-- 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 " - 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 " - 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 " - the normal compile line options for your compiler." echo " $prog_name uses the same compiler you used to compile" -- cgit v0.12