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