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:
parent
30e7c6f8a7
commit
3bb6ee1b52
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user