mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[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:
parent
df7c8f6bc9
commit
e9144293c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user