1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
dnl -*- shell-script -*-
dnl
dnl Copyright (c) 2001-2003 The Trustees of Indiana University.
dnl All rights reserved.
dnl Copyright (c) 1998-2001 University of Notre Dame.
dnl All rights reserved.
dnl Copyright (c) 1994-1998 The Ohio State University.
dnl All rights reserved.
dnl
dnl This file is part of the XMPI software package. For license
dnl information, see the LICENSE file in the top level directory of the
dnl XMPI source distribution.
dnl
dnl $Id: acinclude.m4,v 1.6 2003/08/23 13:28:29 jsquyres Exp $
dnl
# Get all the respective tests; these are from the LSC standard m4
# repository
#
# C++ tests
#
sinclude(config/cxx_find_template_repository.m4)
sinclude(config/cxx_have_stl.m4)
sinclude(config/cxx_have_broken_getline.m4)
#
# MPI tests
#
sinclude(config/mpi_check_mpi_h.m4)
sinclude(config/mpi_check_trillium.m4)
sinclude(config/lam_check_constants.m4)
#
# Motif tests
#
sinclude(config/lsc_find_motif.m4)
|