default_pre_build &&
cd $SOURCE_DIRECTORY &&

# I didn't find a flag to disable install so lets just delete them
# if we don't want them.
if [[ $GNULIB_TEXI == n ]]; then
  find ./ -wholename ./doc*texi -exec rm {} \;
fi &&

./gnulib-tool --create-testdir --single-configure \
     --no-vc-files  --dir=$SOURCE_DIRECTORY/build $GNULIB_MODULES
