aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-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\`."