aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2018-08-13 08:39:31 +0200
committerToni Uhlig <matzeton@googlemail.com>2018-08-13 08:44:39 +0200
commit2d52167be3846c076518ddd28d5ad1d55fdd33e0 (patch)
tree443cc79b70046f61b5d3e595e5d8f86fc80f6710
parent62fff83c352f603d139bb00406c1a172d0f02da9 (diff)
autogen.sh prints what to do next
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index c290381..af0309a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,3 +9,6 @@ if ! autoreconf -fi; then
autoconf
automake --foreign --add-missing --force-missing --copy
fi
+
+set +x
+printf "\n%s\n" "You can now run \`./configure\` and \`make\`."