Print something after auto* are done
This commit is contained in:
parent
9413aec775
commit
dbc8fa3488
@ -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