configure.in

来自「刚才是说明 现在是安装程序在 LINUX环境下进行编程的MPICH安装文件」· IN 代码 · 共 35 行

IN
35
字号
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 + =
减小字号Ctrl + -
显示快捷键?