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

📄 envsep.m4

📁 linux平台中
💻 M4
字号:
# Check to see the separator for the environment variables# and set SEP to ";" or default ":"dnl AM_SEP()dnl SEPAC_DEFUN(AM_SEP,[AC_REQUIRE([AC_CYGWIN])AC_REQUIRE([AC_MINGW32])AC_REQUIRE([AC_DJGPP])AC_MSG_CHECKING([for environ variable separator])AC_CACHE_VAL(ac_cv_sep,[if test "$CYGWIN" = yes || test "$MINGW32" = yes || test "$DJ_GPP" = yes ; then  ac_cv_sep=yeselse  ac_cv_sep=nofi])SEP=":"test x"$ac_cv_sep" = xyes && SEP=";"AC_MSG_RESULT(${SEP})AC_SUBST(SEP)])

⌨️ 快捷键说明

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