default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
if ! [ -x configure ]; then
  autoreconf -ifs || true
fi
