@@ -655,7 +655,6 @@ CIL_VERSION_MINOR
655655CIL_VERSION_MAJOR
656656DEFAULT_CIL_MODE
657657DEFAULT_COMPILER
658- HAS_MSVC
659658EMUL
660659LIBOBJS
661660CYGPATH
@@ -2531,7 +2530,7 @@ ac_config_files="$ac_config_files stamp-h"
25312530# Assign here the CIL version numbers
25322531CIL_VERSION_MAJOR=1
25332532CIL_VERSION_MINOR=8
2534- CIL_VERSION_REV=1
2533+ CIL_VERSION_REV=2
25352534CIL_VERSION=$CIL_VERSION_MAJOR .$CIL_VERSION_MINOR .$CIL_VERSION_REV
25362535
25372536# make sure I haven't forgotten to run autoconf
@@ -3470,30 +3469,6 @@ test -n "$target_alias" &&
34703469DEFAULT_COMPILER=_GNUCC
34713470DEFAULT_CIL_MODE=GNUCC
34723471
3473- # is the microsoft compiler available?
3474- # hmm.. I think we should check the version or something, because
3475- # sometimes people have Common Lisp's interpreter called 'cl' ..
3476- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for msvc cl.exe (optional)" >&5
3477- printf %s " checking for msvc cl.exe (optional)... " >&6 ; }
3478- # See if CC points to the MS compiler
3479- if " $CC " 2>&1 | grep " Microsoft" > /dev/null; then
3480- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: found, set as default" >&5
3481- printf " %s\n" " found, set as default" >&6 ; }
3482- HAS_MSVC=yes
3483- DEFAULT_COMPILER=_MSVC
3484- DEFAULT_CIL_MODE=MSVC
3485- CFLAGS=" -WX"
3486- else
3487- if cl 2>&1 | grep " Microsoft" > /dev/null ; then
3488- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: found" >&5
3489- printf " %s\n" " found" >&6 ; }
3490- HAS_MSVC=yes
3491- else
3492- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: not found" >&5
3493- printf " %s\n" " not found" >&6 ; }
3494- HAS_MSVC=no
3495- fi
3496- fi
34973472
34983473# ------------------- OCaml ----------------
34993474
@@ -5266,7 +5241,6 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
52665241printf " %s\n" " $THREAD_IS_KEYWORD " >&6 ; }
52675242
52685243# Does gcc add underscores to identifiers to make assembly labels?
5269- # (I think MSVC always does)
52705244{ printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking if gcc adds underscores to assembly labels." >&5
52715245printf %s " checking if gcc adds underscores to assembly labels.... " >&6 ; }
52725246cat confdefs.h - << _ACEOF >conftest.$ac_ext
@@ -6046,7 +6020,6 @@ printf "%s\n" "$real_type" >&6; }
60466020
60476021
60486022
6049-
60506023# finish the configure script and generate various files; ./configure
60516024# will apply variable substitutions to <filename>.in to generate <filename>;
60526025
74337406cat << EOF
74347407
74357408CIL configuration:
7436- (optional) cl.exe found: HAS_MSVC $HAS_MSVC
74377409 gcc to use CC $CC
74387410 default compiler DEFAULT_COMPILER $DEFAULT_COMPILER
74397411 CIL version CIL_VERSION $CIL_VERSION
0 commit comments