default_pre_build    &&
cd $SOURCE_DIRECTORY &&
touch NEWS AUTHORS   &&
ln -s README.txt README &&
# the tarball has bad line-endings
dos2unix * src/* include/* &&
rm *.bz2   &&
autoupdate &&
autoreconf -fis &&
patch_configure_libtool_override &&
patch_bundled_libtool 
