From: Sebastian Harl Date: Sun, 14 Oct 2012 20:41:09 +0000 (+0200) Subject: autogen.sh: Improved "help" output. X-Git-Url: https://git.tokkee.org/?p=postrr.git;a=commitdiff_plain;h=7a4d5b8e89f191a5f8fd289415e0e2aa89fc0901 autogen.sh: Improved "help" output. --- 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."