mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 18:15:18 -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
|
fi
|
||||||
$LIBTOOLIZE &&
|
$LIBTOOLIZE &&
|
||||||
aclocal &&
|
aclocal &&
|
||||||
automake --add-missing --force-missing --include-deps &&
|
automake --add-missing --copy --force-missing --include-deps &&
|
||||||
autoconf
|
autoconf
|
||||||
if [ "$overwrite_config" = false ]; then
|
if [ "$overwrite_config" = false ]; then
|
||||||
if [ -f build-aux/config.guess.stable ]; then
|
if [ -f build-aux/config.guess.stable ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user