📄 configure.in
字号:
AC_INIT(mpicxx.h)AC_CONFIG_HEADER(mpicxxconf.h)dnl We need install.sh, config.guess, etc. for the code thatdnl finds the Fortran librariesAC_CONFIG_AUX_DIR(../../../confdb)dnldnl First check that we have a clean build if we are doing a VPATH buildif test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status ; then AC_MSG_ERROR([You cannot do a VPATH build if the source directory has been configured. Run "make distclean" in $srcdir first.])fiif test -z "$MPILIBNAME" ; then MPILIBNAME=mpich ; fiAC_SUBST(MPILIBNAME)AC_PROG_CXXAC_PATH_PROG(AR,ar)AC_PATH_PROG(RANLIB,ranlib)AC_PROG_INSTALLAC_LANG_CPLUSPLUSdnl checks for librariesdnl checks for header filesdnl checks for typedefsdnl checks for structuresdnl checks for compiler characteristicsAC_CXX_EXCEPTIONSAC_CXX_BOOLAC_CXX_NAMESPACESif test "$ac_cv_cxx_namespaces" != "yes" ; then AC_MSG_ERROR([Namespaces are required for the MPI C++ interface])fidnl checks for library functionsdnl checks for system servicesAC_OUTPUT(Makefile) dnl test/Makefile)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -