Sudhaker Raj wrote:
Hi all,
I'm trying to bring some attention to following patch through this email chain.
https://issues.apache.org/bugzilla/show_bug.cgi?id=29744
But, a very basic question first.
Do we have any documentation about the building against "httpd/trunk"?
Looks like this tree has many files missing which are there in
standard distribution (like configure, build/config.sub,
build/config.guess etc).
It's actually pretty trivial, after checking out httpd (and perhaps also
checking out apr and apr-util into the srclib/ tree, plus apr-iconv on
win32)... on unix you simply;
./buildconf
but it requires perl/python/autoconf/libtool all installed and ready to
use on your box.
Bill