default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
apply_patch_dir patches &&
if [[ "$LIBNFC_BRANCH" == "scm" ]]; then
    autoreconf -vis
fi
