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