]> granicus.if.org Git - apache/commit
Changes to reduce dependency on in-tree apr and apr-util.
authorWilfredo Sanchez <wsanchez@apache.org>
Thu, 28 Nov 2002 23:31:37 +0000 (23:31 +0000)
committerWilfredo Sanchez <wsanchez@apache.org>
Thu, 28 Nov 2002 23:31:37 +0000 (23:31 +0000)
commit09b909eeacbe818b8fad7395c3ca603e2a2bbadb
treefd951f46994893ff20d70b649f5f21fc474f8ba0
parentc409627195cd51f01b551c4ccc0e9e062feee4f1
Changes to reduce dependency on in-tree apr and apr-util.
Change AC_CONFIG_AUX_DIR in configure to build from srclib/apr/build.
Have buildconf copy the needed files (config.guess, config.sub,
PrintPath) from srclib/apr/build to build.
Change binbuild.sh to stop using srclib/apr.

This gets to to where ./configure --with-apr --with-apr-util actually
works without an in-tree apr and apr-util, though we still need them
in-tree to run buildconf.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97671 13f79535-47bb-0310-9956-ffa450edef68
build/PrintPath [new file with mode: 0755]
build/binbuild.sh
build/config.guess [new file with mode: 0755]
build/config.sub [new file with mode: 0755]
buildconf
configure.in