default_pre_build        &&
cd  "$SOURCE_DIRECTORY"  &&

if [[ $VALGRIND_SVN == y ]]
then
  NOCONFIGURE=Y  ./autogen.sh
else
  #
  # to fix build with glibc 2.6
  #
  patch -p1 < "$SCRIPT_DIRECTORY/glibc_2.6_fix.diff"  &&
  autoconf                                            &&
  automake-1.9
fi
