⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 babel.m4

📁 xgrafix 是PTSG模拟程序中的图形截面库 改版本是最新版本
💻 M4
字号:
dnl ######################################################################dnldnl File:	babel.m4dnldnl Purpose:	Determine where the babel files are.dnldnl Version:	$Id: babel.m4,v 1.1 2005/02/27 16:48:28 cary Exp $dnldnl Copyright Tech-X Corporation, 2001.  Redistribution allowed provideddnl this copyright statement remains intact.dnldnl ######################################################################dnl ######################################################################dnldnl Determine the location of babeldnldnl ######################################################################AC_ARG_WITH(babel,[  --with-babel=<babel compiler>     to set absolute path of babel compiler], BABEL="$withval")# For now, just look.  Need to fix this up laterif test -z "$BABEL"; then# Look if known directories  BABEL_PATH=$PATH:/usr/local/babel/bin  AC_PATH_PROGS(BABEL, babel, , $BABEL_PATH)fiif test -z "$BABEL"; then  AC_MSG_ERROR(Unable to find babel in $BABEL_PATH.  Use --with-babel to set absolute path the babel.)else  AC_SUBST(BABEL)  BABEL_BINDIR=`dirname $BABEL`  BABEL_INCDIR=`dirname $BABEL_BINDIR`/include  AC_SUBST(BABEL_INCDIR)fidnl ######################################################################dnldnl Now should set fortran compilers as set in babeldnldnl ######################################################################dnl not yet implemented.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -