mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 10:05:05 -07:00
Print something after auto* are done
This commit is contained in:
parent
470f70d510
commit
0055072fa8
@ -87,7 +87,7 @@ fi
|
|||||||
$LIBTOOLIZE --copy --install &&
|
$LIBTOOLIZE --copy --install &&
|
||||||
aclocal &&
|
aclocal &&
|
||||||
automake --add-missing --copy --force-missing --include-deps &&
|
automake --add-missing --copy --force-missing --include-deps &&
|
||||||
autoconf
|
autoconf && echo Done.
|
||||||
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
|
||||||
mv build-aux/config.guess.stable build-aux/config.guess
|
mv build-aux/config.guess.stable build-aux/config.guess
|
||||||
|
Loading…
Reference in New Issue
Block a user