From 7a4d5b8e89f191a5f8fd289415e0e2aa89fc0901 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 14 Oct 2012 22:41:09 +0200 Subject: [PATCH] autogen.sh: Improved "help" output. --- autogen.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autogen.sh b/autogen.sh index baf89b6..40b36d6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -15,6 +15,9 @@ autoconf --force --warnings=all autoheader --force --warnings=all automake --add-missing --copy --foreign --warnings=all +set +x + +echo "" echo "Run './configure' to configure the software. See './configure --help'" echo "for details on command line options and environment variables affecting" echo "the build." -- 2.30.2