abinfo "Generating SWIG files ..."
# FIXME: OSError: [Errno 2] No such file or directory: 'subversion/bindings/swig/proxy/tmprPyU9d'
# we have to make it manually
mkdir -vp "$SRCDIR"/subversion/bindings/swig/proxy/
# run autogen with --release first to generate some .c files that are only included in release tarballs
# but not git repository
# those included in release tarballs are not compatible with our SWIG
"$SRCDIR"/autogen.sh --release
