# # Copyright (c) 2004-2007 The Trustees of the University of Tennessee. # All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow # # $HEADER$ # AC_DEFUN([MCA_pml_v_CONFIG],[ # We are going to make recursive call in shell, nothing is impossible # Still, this is not really smart or clean ( # Change srcdir (for DIRECT builds) srcdir=`cd $srcdir && pwd` srcdir="$srcdir/$project/mca/$framework/$component" # Create directory structure (for VPATH builds) AS_MKDIR_P("$project/mca/$framework/$component/vprotocol") cd "$project/mca/$framework/$component" rm -f vprotocol/mca && ln -s . vprotocol/mca rm -f vprotocol/vprotocol && ln -s . vprotocol/vprotocol MCA_CONFIGURE_FRAMEWORK(vprotocol, vprotocol, 1) cat >mca_vprotocol_config_output <