comparison configure.in @ 2048:193e76abdf0f

[xemacs-hg @ 2004-04-29 03:04:56 by james] Get version information for both icc and icpc.
author james
date Thu, 29 Apr 2004 03:04:56 +0000
parents 1388c8b3e663
children a741f294362b
comparison
equal deleted inserted replaced
2047:d49778971704 2048:193e76abdf0f
2274 if test "$GCC" = "yes"; then 2274 if test "$GCC" = "yes"; then
2275 compiler_version=`$XEMACS_CC --version | head -1` 2275 compiler_version=`$XEMACS_CC --version | head -1`
2276 gcc_compiler_specs=`$XEMACS_CC -v 2>&1 | sed 's/.* \([[^ ]]\)/\1/' | head -1` 2276 gcc_compiler_specs=`$XEMACS_CC -v 2>&1 | sed 's/.* \([[^ ]]\)/\1/' | head -1`
2277 else case "$XEMACS_CC" in 2277 else case "$XEMACS_CC" in
2278 dnl The Intel cc compiler 2278 dnl The Intel cc compiler
2279 icc*) 2279 ic*)
2280 compiler_version=`icc -V 2>&1 | head -1` 2280 compiler_version=`icc -V 2>&1 | head -1`
2281 ;; 2281 ;;
2282 dnl non-gcc machine-specific magic - contributions welcome 2282 dnl non-gcc machine-specific magic - contributions welcome
2283 *) case "$canonical" in 2283 *) case "$canonical" in
2284 *-*-aix* ) 2284 *-*-aix* )