summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: d859d327baec3a76a74c9ec920719270e853d75b (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="vorbis"

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

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

autoreconf -if