default_pre_build &&

if [ "$GPA_BRANCH" == "scm" ]; then
  cd $SOURCE_DIRECTORY &&
  autopoint &&
  NOCONFIGURE=ON ./autogen.sh
fi
