--- HandBrake-1.0.0/contrib/fribidi/module.defs.orig 2016-12-24 19:08:46.000000000 +0100 +++ HandBrake-1.0.0/contrib/fribidi/module.defs 2016-12-28 09:47:17.856815181 +0100 @@ -15,4 +15,4 @@ FRIBIDI.CONFIGURE.extra = --with-glib=no endif -FRIBIDI.CONFIGURE.bootstrap = ./bootstrap; +FRIBIDI.CONFIGURE.bootstrap = sed -i -e "s/AC_CONFIG_MACRO_DIRS/AC_CONFIG_MACRO_DIR/" configure.ac; ./bootstrap;