upload http
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / srclib / apr / README.dev
1 Apache Portable Runtime
2 =======================
3
4 If you are building APR from SVN, you need to use a slightly non-standard
5 build process.  You must have autoconf and libtool installed for this to
6 work.  There are three steps:
7
8 1) ./buildconf
9 2) ./configure
10 3) make
11
12 If you are building APR from a distribution tarball, buildconf will have
13 already been run for you, and you therefore do not need to have either
14 autoconf or libtool installed, and you do not need to run buildconf.  Skip
15 step one above and just run configure then make.