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`