I'm finding that @top_builddir@ isn't resolved when I
run ./buildconf / ./configure against apache1.3 apxs, 
so the libtool isn't resolved.  The fix is trivial, 
use the same fixed top_builddir=.. as all the other 
/native/ directories used.

It still confuses me why, when apxs defined the correct
cc / ld for apache 1.3, the apache1.3 module is building
with libtool (which might be the wrong compiler, linker,
etc.)  I'll investigate a complete patch later, but this
little one should solve the issue for some.

Attached.

Bill
--- jk/native/apache-1.3/Makefile.in    13 Jul 2004 13:31:19 -0000      1.10
+++ jk/native/apache-1.3/Makefile.in    19 Jan 2005 04:36:33 -0000
@@ -3,7 +3,6 @@
 
 [EMAIL PROTECTED]@
 [EMAIL PROTECTED]@
[EMAIL PROTECTED]@
 [EMAIL PROTECTED]@
 [EMAIL PROTECTED]@
 [EMAIL PROTECTED]@
@@ -15,6 +14,8 @@
 [EMAIL PROTECTED]@
 [EMAIL PROTECTED]@
 [EMAIL PROTECTED]@
+
+top_builddir=..
 
 OEXT=.lo
 libexecdir=${APACHE_DIR}/libexec
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to