APR 1.3.x branch doesn't build properly with libtool 2.4

2012-11-21 Thread Ben Reser
This came up recently on the svn-dev list. http://mail-archives.apache.org/mod_mbox/subversion-dev/201211.mbox/browser It doesn't build because libtool.m4 that comes with libtool 2.4 uses: LIBTOOL='$(SHELL) $(top_builddir)/libtool' And APR doesn't define top_builddir. In 1.4 and newer versions

Re: APR 1.3.x branch doesn't build properly with libtool 2.4

2012-11-21 Thread Rainer Jung
On 21.11.2012 21:07, Ben Reser wrote: This came up recently on the svn-dev list. http://mail-archives.apache.org/mod_mbox/subversion-dev/201211.mbox/browser It doesn't build because libtool.m4 that comes with libtool 2.4 uses: LIBTOOL='$(SHELL) $(top_builddir)/libtool' And APR doesn't

Re: APR 1.3.x branch doesn't build properly with libtool 2.4

2012-11-21 Thread Ben Reser
Didn't really expect a release. The documentation that's referencing 1.3 was actually suggesting that people checkout from your 1.3.x branch. So your fixes should resolve the issue for those people. Thanks. On Wed, Nov 21, 2012 at 2:26 PM, Rainer Jung rainer.j...@kippdata.de wrote: On

Debian: apu-config and BDB

2012-11-21 Thread Ben Reser
Since the change that was made in reaction to this bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622081 apu-config on Debian has avoided returning the BDB library from --libs. The bug suggests that BDB is related to the DBM support in APR Util. This is actually not the case.