[svn-r26091] Fixed some missing comment text in the autogen.sh script.

Part of HDFFV-9114

Tested on: jam
This commit is contained in:
Dana Robinson 2015-01-31 08:54:31 -05:00
parent 46ea85c6cb
commit 8387b3fdfa

View File

@ -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