diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-01-31 13:54:31 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-01-31 13:54:31 (GMT) |
commit | 8387b3fdfa0a72fd2fb1e69ea663e1be4d4ddfe9 (patch) | |
tree | 3dec0624abdbce1953e17b9cac26a5f3c9af9a8c /autogen.sh | |
parent | 46ea85c6cb6c6b33c59cba792c89c34e97d5521c (diff) | |
download | hdf5-8387b3fdfa0a72fd2fb1e69ea663e1be4d4ddfe9.zip hdf5-8387b3fdfa0a72fd2fb1e69ea663e1be4d4ddfe9.tar.gz hdf5-8387b3fdfa0a72fd2fb1e69ea663e1be4d4ddfe9.tar.bz2 |
[svn-r26091] Fixed some missing comment text in the autogen.sh script.
Part of HDFFV-9114
Tested on: jam
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -32,12 +32,15 @@ # # This script takes two options: # -# -p/--production +# -p, --production # # When this is selected, the autotools versions are set to the paths # and versions used by The HDF Group to produce the released versions # of the library. # -s/--process_source # +# +# -s, --process_source +# # When this is selected, several scripts are run that process the HDF5 # source code to add things like trace and error macros. It is not # necessary to run these if you have just updated configure.ac or |