From 0055072fa8399f377cc2c02258d705cc25710b08 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 26 May 2020 14:50:48 +0200 Subject: [PATCH] Print something after auto* are done --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 4d5627d8..62d76cff 100755 --- a/autogen.sh +++ b/autogen.sh @@ -87,7 +87,7 @@ fi $LIBTOOLIZE --copy --install && aclocal && automake --add-missing --copy --force-missing --include-deps && - autoconf + autoconf && echo Done. if [ "$overwrite_config" = false ]; then if [ -f build-aux/config.guess.stable ]; then mv build-aux/config.guess.stable build-aux/config.guess