mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[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:
parent
132ab9c2f3
commit
e78fa78f07
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user