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

📄 iii_check_cxx_include_path.m4

📁 asn格式文件的编译器
💻 M4
字号:
dnldnl Copyright (c) 2001 Institute for Information Industry, Taiwan, Republic of China dnl Written by angelo@iii.org.twdnl dnl This file is part of III ASN.1 Tool.dnl dnl The contents of this file are subject to the Mozilla Public Licensednl Version 1.0 (the "License"); you may not use this file except indnl compliance with the License. You may obtain a copy of the License atdnl http://www.mozilla.org/MPL/dnldnl Software distributed under the License is distributed on an "AS IS"dnl basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Seednl the License for the specific language governing rights and limitationsdnl under the License.dnl dnl III ASN.1 Tool is the ASN.1 to C++ compiler which transforms ASN.1 Modulednl to C++ codes along with the C++ run time library for encoding and decoding dnl ASN.1 types. For details, see the III ASN.1 Tool World-Wide-Web page, dnl `http://www.iii.org.tw/portal/lab1/asn1tool.html'.dnldnl @synopsis III_CHECK_CXX_INCLUDE_PATHdnldnl Checks whether the environment variable CPLUS_INCLUDE_PATH work correctlydnl This is bug specific to cygwin 1.3.xdnldnl @author Huang-Ming HuangAC_DEFUN(III_CHECK_CXX_INCLUDE_PATH, [if test "$ac_cv_prog_gxx" = yes; thenAC_CACHE_CHECK([whether the environment variable CPLUS_INCLUDE_PATH work correctly], iii_cv_cplus_include_path, [AC_LANG_SAVE AC_LANG_CPLUSPLUS iii_cv_cplus_include_path_backup=${CPLUS_INCLUDE_PATH}export CPLUS_INCLUDE_PATH=.cat > vector << EOFyes_yes_yesEOFAC_EGREP_CPP(yes_yes_yes,[ #include <vector> ],iii_cv_cplus_include_path=yes,iii_cv_cplus_include_path=no)export CPLUS_INCLUDE_PATH=$iii_cv_cplus_include_path_backuprm vector])fiif test "$iii_cv_cplus_include_path" = no && test -n "$CPLUS_INCLUDE_PATH"; thenCPPFLAGS="`echo -I$CPLUS_INCLUDE_PATH | sed 's/:/ -I/g'` $CPPFLAGS"fi])

⌨️ 快捷键说明

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