summaryrefslogtreecommitdiffhomepage
path: root/contrib/ogg/autogen.sh
blob: c9782e127cff023ea2c81704219fc3946a32949d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# Run this to set up the build system: configure, makefiles, etc.
set -e

package="libogg"

srcdir=`dirname $0`
test -n "$srcdir" && cd "$srcdir"

echo "Updating build configuration files for $package, please wait...."

autoreconf -if