Daniel Becroft wrote on Sat, Jan 15, 2011 at 08:45:31 +1000: > After investigation, it seems that the path for LIBTOOL was defined > incorrectly. I had to change apr-util/build/rules.mk:38 from: > > LIBTOOL=$(SHELL) $(top_builddir)/libtool > to > LIBTOOL=$(SHELL) $(apr_builddir)/libtool >
What version is that? My 1.4.2 already says the latter. > I'm unfamiliar with how the configure scripts work, so I'm not sure if this > is a problem with the SVN scripts, APR scripts, or my system itself. If it's > one of the first two, then I'll report it to the appropriate list. Can > anyone provide any guidance? > --- > Daniel Becroft