1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-06-16 06:15:24 +00:00
icecast-common/autogen.sh
2018-10-12 09:25:16 +00:00

11 lines
205 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 igloo, please wait..."
autoreconf -isf