diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-02-07 06:14:12 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-02-07 06:14:12 (GMT) |
commit | 7590687d4beb3d851a97df7ed163d6ca8fa582fe (patch) | |
tree | 825bb36c3b9cf6c3afdbc1fd76250b05da585603 /autogen.sh | |
parent | a7def93aa3d5d2a87b4247fa27ee5a247496feec (diff) | |
parent | 06d1971f415a9eeb1ab995a3276f7f13508dde02 (diff) | |
download | hdf5-7590687d4beb3d851a97df7ed163d6ca8fa582fe.zip hdf5-7590687d4beb3d851a97df7ed163d6ca8fa582fe.tar.gz hdf5-7590687d4beb3d851a97df7ed163d6ca8fa582fe.tar.bz2 |
[svn-r26143] Merged r26096-26142 from trunk.
Tested on: jam w/ Fortran and C++
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -117,10 +117,12 @@ while getopts "$optspec" optchar; do ;; p) echo "Setting production mode..." + echo production=true ;; v) echo "Setting verbosity: high" + echo verbose=true ;; *) |