~ubuntu-branches/ubuntu/vivid/mpich/vivid-proposed

« back to all changes in this revision

Viewing changes to src/armci/m4/aclocal_cxx.m4

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-04-01 20:24:20 UTC
  • mfrom: (5.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20140401202420-t5ey1ia2klt5dkq3
Tags: 3.1-4
* [c3e3398] Disable test_primitives, which is unreliable on some platforms.
            (Closes: #743047)
* [265a699] Add minimal autotest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl PAC_CXX_SEARCH_LIST - expands to a whitespace separated list of C++
2
2
dnl compilers for use with AC_PROG_CXX that is more suitable for HPC software
3
3
dnl packages
4
 
AC_DEFUN([PAC_CXX_SEARCH_LIST],[$CCC icpc pgCC xlC pathCC c++ cxx CC g++ clang++ gcc cc++ cl])
 
4
AC_DEFUN([PAC_CXX_SEARCH_LIST],[$CCC icpc pgCC xlC pathCC g++ clang++ c++ cc++ cxx CC cl])
5
5
dnl PAC_PROG_CXX - reprioritize the C++ compiler search order
6
6
dnl NOTE: this macro suffers from a basically intractable "expanded before it
7
7
dnl was required" problem when libtool is also used