[svn-r26166] Changed the automake --force-missing option back to --add-missing.

Part of HDFFV-9114

Tested on: Cygwin
This commit is contained in:
Dana Robinson
2015-02-13 11:10:35 -05:00
parent 6b01332709
commit df7c8f6bc9

View File

@@ -332,7 +332,7 @@ ${autoheader_cmd} || exit 1
echo
# AUTOMAKE
automake_cmd="${HDF5_AUTOMAKE} --force-missing"
automake_cmd="${HDF5_AUTOMAKE} --add-missing"
echo ${automake_cmd}
if [ "$verbose" = true ] ; then
${HDF5_AUTOMAKE} --version