default_pre_build &&
cd $SOURCE_DIRECTORY &&

if [[ $XFBURN_SVN == y ]]; then
  aclocal &&
  autoheader &&
  autoconf &&
  automake
fi
