Jonathan Nieder <jrnie...@gmail.com> writes: > Index: configure.ac > =================================================================== > --- configure.ac (revision 1197804) > +++ configure.ac (working copy) > @@ -1374,6 +1374,15 @@ > > AC_OUTPUT > > +if test "$abs_srcdir" != "$abs_builddir" > +then > + AC_MSG_NOTICE([Creating build directories]) > + ( > + cd "$abs_srcdir" > + find subversion tools contrib -name .svn -prune -o -type d -print > + ) | xargs $MKDIR > +fi > +
We have a mkdir-init target in the Makefile that is supposed to create the build directories. -- uberSVN: Apache Subversion Made Easy http://www.uberSVN.com