default_pre_build      &&
cd "${SOURCE_DIRECTORY}" &&

if [ ! -f version ]; then
  echo "${VERSION}" > version
fi &&

autoreconf
