📄 pvwave.m4
字号:
dnl ######################################################################dnldnl Check for Visual Numerics' pv-wavednldnl ######################################################################dnl Get the executableWAVE_PATH=$HOME/$host/vni/wave/bin:/usr/local/vni/wave/bin:$PATHecho Looking for PV-WAVEAC_PATH_PROGS(PVWAVE, wave, "", $WAVE_PATH)dnl Get the location of the external headerbindir=`dirname $PVWAVE`pvwavedir=`dirname $bindir`PVWAVEEXT_DIRPATH=$pvwavedir/util/variablesAC_ARG_WITH(PVWAVEEXT_DIRPATH, [ --with-PVWAVE-external=<pvwave-external-dir> set location of the external directory for PVWAVE],PVWAVEEXT_DIRPATH="$withval")AC_PATH_PROGS(PVWAVEEXT_PATH, wavevars.h, "", $PVWAVEEXT_DIRPATH)if test -z "$PVWAVEEXT_PATH"; then AC_MSG_ERROR(PVWAVE includes not found in $PVWAVEEXT_DIRPATH. Use --with-PVWAVE-external to set the location of wavevars.h.)fiPVWAVEEXT_DIR=`dirname $PVWAVEEXT_PATH`AC_SUBST(PVWAVEEXT_DIR)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -