On 5/2/2010 11:59 AM, Martin Hauner wrote:
>
> another build issue, this time on mingw. somehow configure doesn't
> properly replace libtools path and trying to find it at /libtool:
Does the attached patch remedy this? If so, one of us will backport,
it was apparently committed only to the 1.4 branch, so far, and not
trunk nor the 1.3 branch.
--- Begin Message ---
Author: jim
Date: Wed Apr 21 15:20:26 2010
New Revision: 936344
URL: http://svn.apache.org/viewvc?rev=936344&view=rev
Log:
Force top_builddir to be found...
Modified:
apr/apr/branches/1.4.x/build/apr_rules.mk.in
Modified: apr/apr/branches/1.4.x/build/apr_rules.mk.in
URL:
http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/build/apr_rules.mk.in?rev=936344&r1=936343&r2=936344&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/build/apr_rules.mk.in (original)
+++ apr/apr/branches/1.4.x/build/apr_rules.mk.in Wed Apr 21 15:20:26 2010
@@ -26,6 +26,7 @@
#
apr_buildd...@apr_builddir@
apr_builde...@apr_builders@
+top_buildd...@apr_builddir@
# Some layouts require knowing what version we are at.
apr_major_versi...@apr_major_version@
--- End Message ---