diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-03-01 14:00:31 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-03-01 14:00:31 (GMT) |
commit | 3da299a796f6905662cbee7361e9a59c3c59c7b5 (patch) | |
tree | 2be91ba70da59e30e90396d6a858c70e43c23ab3 /Templates/configure.in | |
parent | 9ee6b07295ae20a6b94806964d0786ee3e4ba7f5 (diff) | |
download | CMake-3da299a796f6905662cbee7361e9a59c3c59c7b5.zip CMake-3da299a796f6905662cbee7361e9a59c3c59c7b5.tar.gz CMake-3da299a796f6905662cbee7361e9a59c3c59c7b5.tar.bz2 |
ENH: add some OS/compiler variables
Diffstat (limited to 'Templates/configure.in')
-rw-r--r-- | Templates/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Templates/configure.in b/Templates/configure.in index ef77696..733c106 100644 --- a/Templates/configure.in +++ b/Templates/configure.in @@ -731,6 +731,9 @@ CMAKE_COMPILER_IS_GNUGXX=0 if test $ac_cv_prog_gxx = yes; then CMAKE_COMPILER_IS_GNUCXX=1 fi + +CMAKE_SYSTEM="$system" +AC_SUBST(CMAKE_SYSTEM) AC_SUBST(CMAKE_COMPILER_IS_GNUCXX) # generate output files. # create mkdir files just to make some of the directories |