default_pre_build        &&
cd  "$SOURCE_DIRECTORY"  &&

#
# fix ./configure not finding Qt4 build utils
#
patch -p0 < "$SCRIPT_DIRECTORY/qt4_bin_path_fix.diff"  &&
autoconf
