default_pre_build               &&
cd  $SOURCE_DIRECTORY           &&
#
# Remove .svn directories, otherwise they get installed
#
find . -type d -name .svn -exec rm -rf {} \; 2>/dev/null || true  &&

#
# No longer complaing about missing unneeded config.rpath
#
touch  config.rpath             &&
NOCONFIGURE="ON"  ./autogen.sh
