if [[ $GIR_GIT == "y" ]]; then
  ./autogen.sh &&
  default_build
else
  default_build
fi
