278N/A--- configure.apxs.orig Wed Jun 2 10:55:51 2010
278N/A+++ configure.apxs Tue May 10 09:48:15 2011
278N/A@@ -24,8 +24,9 @@
278N/A # scripts expect them to be the parent of the build directory
278N/A # they fail to use the $installbuilddir path.
278N/A exp_installbuilddir=`$APXS -q exp_installbuilddir`
278N/A-top_installbuilddir=`cd $exp_installbuilddir/..; pwd`
278N/A-top_installbuilddir=`echo $exp_installbuilddir | sed -e "s#/[^/]*\\\$##;"`
278N/A+# Better to set top_builddir and top_srcdir to Apache prefix in order 64
278N/A+# bits module is built (to avoid problem with $(MACH64) directory in path).
278N/A+top_installbuilddir=`$APXS -q prefix`
278N/A
278N/A builddir=`pwd`
278N/A srcdir=$builddir