oss-fuzz: replace -lFuzzingEngine with $LIB_FUZZING_ENGINE
[platform/upstream/libvorbis.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