From 772bba620d5fccc200b6ae771668c0caab77895b Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Mon, 22 May 2006 14:24:30 +0000 Subject: [PATCH] - Allow --enable-mca-direct for VPATH builds. This commit was SVN r10007. --- config/ompi_mca.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ompi_mca.m4 b/config/ompi_mca.m4 index a1ba87abe3..ff2caac8c0 100644 --- a/config/ompi_mca.m4 +++ b/config/ompi_mca.m4 @@ -669,7 +669,7 @@ AC_DEFUN([MCA_PROCESS_COMPONENT],[ # See if it dropped an output file for us to pick up some # shell variables in. - infile="$project/mca/$framework/$component/post_configure.sh" + infile="$srcdir/$project/mca/$framework/$component/post_configure.sh" # Add this subdir to the mast list of all MCA component subdirs $4="$$4 $component"