From dbc8fa3488b5b88933d3aac021ba10bd5732a154 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 1159867e..a93defa9 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