3 pkg_builddir=$(cd $bindir/.. && pwd)
5 configure_opt="--disable-update-desktop-database --disable-update-mime-database --disable-dbus"
7 # configure-time test fails because of stdcall signature
8 export ac_cv_func_gdImageGif=yes
9 export ac_cv_func_gdImageJpeg=yes
10 export ac_cv_func_gdImagePng=yes
14 if [ ! -f configure ]; then
15 ./autogen.sh || return 1