2004-01-12 00:35:37 +03:00
|
|
|
dnl -*- shell-script -*-
|
|
|
|
dnl
|
2005-11-05 22:57:48 +03:00
|
|
|
dnl Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
|
|
|
dnl University Research and Technology
|
|
|
|
dnl Corporation. All rights reserved.
|
|
|
|
dnl Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
|
|
dnl of Tennessee Research Foundation. All rights
|
|
|
|
dnl reserved.
|
2004-11-28 23:09:25 +03:00
|
|
|
dnl Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
dnl University of Stuttgart. All rights reserved.
|
2005-03-24 15:43:37 +03:00
|
|
|
dnl Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
dnl All rights reserved.
|
2004-11-22 04:38:40 +03:00
|
|
|
dnl $COPYRIGHT$
|
|
|
|
dnl
|
|
|
|
dnl Additional copyrights may follow
|
|
|
|
dnl
|
2004-01-12 00:35:37 +03:00
|
|
|
dnl $HEADER$
|
|
|
|
dnl
|
|
|
|
|
|
|
|
dnl
|
2004-06-07 19:33:53 +04:00
|
|
|
dnl Tests provided by OMPI
|
2004-01-12 00:35:37 +03:00
|
|
|
dnl General tests
|
|
|
|
dnl
|
|
|
|
|
2004-10-21 05:47:18 +04:00
|
|
|
sinclude(@M4DIR@/ompi_functions.m4)
|
|
|
|
sinclude(@M4DIR@/ompi_get_version.m4)
|
2004-01-12 00:35:37 +03:00
|
|
|
|
|
|
|
dnl
|
|
|
|
dnl C compiler tests
|
|
|
|
dnl
|
|
|
|
|
2004-10-21 05:47:18 +04:00
|
|
|
sinclude(@M4DIR@/ompi_setup_cc.m4)
|
|
|
|
sinclude(@M4DIR@/ompi_check_optflags.m4)
|
2007-08-19 07:37:49 +04:00
|
|
|
sinclude(@M4DIR@/ompi_check_vendor.m4)
|
2004-01-12 00:35:37 +03:00
|
|
|
|
|
|
|
dnl
|
|
|
|
dnl C++ compiler tests
|
|
|
|
dnl
|
|
|
|
|
2004-10-21 05:47:18 +04:00
|
|
|
sinclude(@M4DIR@/ompi_setup_cxx.m4)
|
|
|
|
sinclude(@M4DIR@/cxx_find_template_repository.m4)
|
|
|
|
sinclude(@M4DIR@/cxx_find_template_parameters.m4)
|
2004-01-12 00:35:37 +03:00
|
|
|
|
|
|
|
dnl
|
2004-01-16 00:13:22 +03:00
|
|
|
dnl This will be replaced with s_i_n_c_l_u_d_e(configure.stub) if it
|
2004-08-02 04:24:22 +04:00
|
|
|
dnl exists for that component, or a blank line if it does not.
|
2004-01-12 00:35:37 +03:00
|
|
|
dnl
|
|
|
|
|
|
|
|
@CONFIGURE_STUB_SINCLUDE@
|