From f8e30d46a4b17aed65b0c6ce3ab7e9d8cfe70011 Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Tue, 7 Aug 2018 19:13:39 +0200 Subject: [PATCH] Cleanup: Comments and output in autogen.sh --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 26cc70b9..7a6bcb79 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,10 +1,10 @@ #!/bin/sh -# Run this to set up the build system: configure, makefiles, etc. +# Run this to generate the configure script set -e srcdir=`dirname $0` test -n "$srcdir" && cd "$srcdir" -echo "Updating build configuration files for Icecast, please wait...." +echo "Updating build configuration files for Icecast, please wait..." autoreconf -isf