Skip to content
Snippets Groups Projects
Commit 8107b906 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

use -c to automake to copy the new files

parent 7722452b
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ ${LIBTOOLIZE:-libtoolize} --copy --automake --force || die "The libtool command
fi
echo "buildconf: running automake"
${AUTOMAKE:-automake} -a || die "The automake command failed"
${AUTOMAKE:-automake} -a -c || die "The automake command failed"
echo "buildconf: OK"
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment