diff --git a/projects/libass/build.sh b/projects/libass/build.sh index b41f14f26..888dd6738 100755 --- a/projects/libass/build.sh +++ b/projects/libass/build.sh @@ -16,8 +16,7 @@ ################################################################################ cd $SRC/fribidi -./bootstrap -./configure --enable-static=yes --enable-shared=no --with-pic=yes --prefix=/work/ +./autogen.sh --enable-static=yes --enable-shared=no --with-pic=yes --prefix=/work/ # Don't run "make": it's broken. Run "make install". make install