default_pre_build      &&
cd "$SOURCE_DIRECTORY" &&
apply_patch_dir patches &&

touch NEWS      &&
touch README    &&
touch AUTHORS   &&
touch ChangeLog &&
rm -f Makefile  &&

autoreconf -fi
