]> git.tdb.fi Git - ext/vorbisfile.git/blob - autogen.sh
Add headers to the library component so dependencies work correctly
[ext/vorbisfile.git] / autogen.sh
1 #!/bin/sh
2 # Run this to set up the build system: configure, makefiles, etc.
3 set -e
4
5 package="vorbis"
6
7 srcdir=`dirname $0`
8 test -n "$srcdir" && cd "$srcdir"
9
10 echo "Updating build configuration files for $package, please wait...."
11
12 autoreconf -if