📄 babel.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 + -