On Thu, May 19, 2005 at 07:56:46PM -0700, Bill Barker wrote: > "Joe Orton" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > On Thu, May 19, 2005 at 12:38:58PM -0000, Jean-Frederic Clere wrote: > >> Author: jfclere > >> Date: Thu May 19 05:38:57 2005 > >> New Revision: 170920 > >> > >> URL: http://svn.apache.org/viewcvs?rev=170920&view=rev > >> Log: > >> Fix 32787 and the problems I have when using > >> --enable-experimental-libtool. (libtool is > >> an excutable in this case). > > > > This is going to break the more common in-tree-apr build, right? > > APR_CONFIG will refer to the apr-config script in the *build* tree at > > this point, and hence will report the location of the libtool script in > > the build tree. Which exactly defeats the point of that line in the > > Makefile. Something more complex is needed, methinks... > > Nope. 'make install' in src/apr has already fixed it up by the time the > make gets to here.
Ah, I forgot that APR_CONFIG does always point to the *installed* apr-config script rather than the one in the build tree. And fortunately it's arranged that "make install" has run in srclib/apr *before* install-build runs, so this does seem to work. Nice... joe
