diff options
Diffstat (limited to 'vorbis/autogen.sh')
-rwxr-xr-x | vorbis/autogen.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vorbis/autogen.sh b/vorbis/autogen.sh new file mode 100755 index 0000000..d859d32 --- /dev/null +++ b/vorbis/autogen.sh @@ -0,0 +1,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 |