1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-16 06:15:24 +00:00
icecast-server/autogen.sh

11 lines
227 B
Bash
Raw Normal View History

#!/bin/sh
# Run this to set up the build system: configure, makefiles, etc.
set -e
srcdir=`dirname $0`
test -n "$srcdir" && cd "$srcdir"
echo "Updating build configuration files for Icecast, please wait...."
2016-01-26 04:42:33 +00:00
autoreconf -isf