1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-02-02 15:07:36 -05:00
icecast-server/autogen.sh
2018-08-07 19:13:39 +02:00

11 lines
204 B
Bash
Executable File

#!/bin/sh
# 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..."
autoreconf -isf