Lines Matching refs:c

730                           "/cygdrive/c/Program Files/Microsoft Visual Studio .NET/FrameworkSDK"
735 "/cygdrive/c/Program Files/Microsoft Visual Studio .NET 2003/Vc7"
1153 CXX="`xcrun -f clang++` -std=c++11"
1716 dnl Checks for c compiler,
1717 dnl The check for the c++ compiler is later on.
2536 dnl Testing for c++ compiler and version...
2598 #include <bits/c++config.h>
2600 …xt | $SED -n -e '/.*1*"\(.*\)\/stddef.h".*/s//\1/p' -e '/.*1*"\(.*\)\/bits\/c++config.h".*/s//\1/p…
2620 AC_MSG_CHECKING([for mingwin c++ backward include path])
2632 AC_MSG_RESULT([no mingwin c++ backward includes])
2776 dnl caching of the results (like "-x objective-c++" for Mac)
3028 if test `$JAVAINTERPRETER -version 2>&1 | $GREP -c "Kaffe"` -gt 0; then
3047 elif test `$JAVAINTERPRETER --version 2>&1 | $GREP -c "GNU libgcj"` -gt 0; then
3053 elif test `$JAVAINTERPRETER -version 2>&1 | awk '{ print }' | $GREP -c "BEA"` -gt 0; then
3077 elif test `$JAVAINTERPRETER -version 2>&1 | awk '{ print }' | $GREP -c "IBM"` -gt 0; then
3163 if test `$JAVACOMPILER -version 2>&1 | $GREP -c "Eclipse Java Compiler"` -gt 0; then
3178 if test `$JAVACOMPILER --version 2>&1 | $GREP -c "GCC"` -gt 0; then
3373 if test `echo $WITH_JAVA | $GREP -c "gij"` -eq 0; then
3682 …ip/ | $SED -e s/c++/strip/`"; then MINGWSTRIP=false; else MINGWSTRIP=$(basename $(echo $WITH_MINGW…
3684 …AC_CHECK_TOOL(MINGWSTRIP, `echo $WITH_MINGWIN | $SED -e s/g++/strip/ | $SED -e s/c++/strip/`, fals…
3975 _python_hexversion=`$_python -c "import sys; print(sys.hexversion);"`
3979 _python_version=`$_python -c "import sys; print sys.version;" | head -c 3`
3982 …_python_ver=`$_python -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('VE…
4002 …python_include=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('…
4003 …python_version=`$PYTHON -c "import distutils.sysconfig; print(distutils.sysconfig.get_config_var('…
4263 ($a, $b, $c, $d) = split (/\./,$version);
4264 if ($c == "0" && $d > "8") {
5191 AC_CHECK_LIB(c, gnu_get_libc_version, HAVE_LIBC=yes; export HAVE_LIBC)