Commit 8107b906 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

use -c to automake to copy the new files

parent 7722452b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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