[svn-r27829] Added --copy to automake invocation in autogen.sh to force copies

instead of symlinks.

Tested on: local linux
This commit is contained in:
Dana Robinson 2015-09-18 16:52:48 -05:00
parent 132ab9c2f3
commit e78fa78f07

View File

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