#!/bin/sh
set -e
mydir="$(pwd)"
cd "$mydir"/libass
./autogen.sh --prefix="$mydir/build_libs" --enable-static --disable-shared
