pike.git
/
src
/
configure.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/configure.in:1:
-
AC_REVISION("$Id: configure.in,v 1.
858
2004/12/16
16
:
23
:
25
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
859
2004/12/16
19
:
06
:
43
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h) rm -f config.warnings 2>/dev/null if_autoconf(2,50,[ if test "x$cache_file" = "x/dev/null"; then cache_file=./config.cache if test -r "$cache_file"; then echo "loading cache $cache_file"
pike.git/src/configure.in:250:
# real $CPP, and AC_PROG_CPP wants AC_PROG_CC to be called earlier. # $CC will be overridden with a dummy later on. # MY_AC_PROG_CC # The above has problems if the smartlink binary is removed. /grubba AC_PROG_CC AC_PROG_CPP AC_MSG_CHECKING([whether we are using Intel C]) AC_CACHE_VAL(pike_cv_prog_icc, [
-
AC_EGREP_CPP([
oui
], [
+
AC_EGREP_CPP([oui], [
#if defined(__ECC) || defined(__ICC) || defined(__INTEL_COMPILER) oui; #endif ], pike_cv_prog_icc=yes, pike_cv_prog_icc=no) ]) AC_MSG_RESULT($pike_cv_prog_icc) if test "$pike_cv_prog_icc" = "yes"; then ICC=yes fi