[svn-r26168] Added --force-missing to automake. It has to be used WITH --add-missing;

it's not a replacement.

Part of HDFFV-9114

Tested on jam with the -p option
This commit is contained in:
Dana Robinson 2015-02-13 11:23:08 -05:00
parent df7c8f6bc9
commit e9144293c1

View File

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