Welcome back. Review below: as...@apache.org wrote on Sun, Sep 02, 2012 at 18:26:42 -0000: > +./get-deps.sh > +cd apr/; ./buildconf; cd .. > +cd apr-util/; ./buildconf; cd .. > +cd apr-util/xml/expat/; ./buildconf.sh; cd ../../..
get-deps.sh downloads tarballs; I believe running buildconf is only needed when building from an svn checkout (of APR), not from a tarball (of APR). > +Notes from Daniel Shahaf: > + > +Faster builds: > +- export CONFIG_SHELL=/bin/sh (minimal sh preferred) > +... This have moved to <http://wiki.apache.org/subversion/BuildNotes>. Feel free to edit that page if you have anything to add! (Someone will need to set a bit on your wiki account after you create it before you'll be able to edit wiki pages.)