1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 01:55:02 -07:00

Always copy aux files

This commit is contained in:
Frank Denis 2020-05-26 14:42:02 +02:00
parent 30e7c6f8a7
commit 3bb6ee1b52

View File

@ -86,7 +86,7 @@ if [ "$overwrite_config" = false ]; then
fi
$LIBTOOLIZE &&
aclocal &&
automake --add-missing --force-missing --include-deps &&
automake --add-missing --copy --force-missing --include-deps &&
autoconf
if [ "$overwrite_config" = false ]; then
if [ -f build-aux/config.guess.stable ]; then