summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 5c9eee3..1471e25 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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