diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-02-13 00:49:52 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-02-13 00:49:52 (GMT) |
commit | db267f533b9ac63db78559e9d3cb39a6db090770 (patch) | |
tree | c1d9cbee32d5de1e522e2c2ab5503ec82fb39f2c /Source/Makefile.in | |
parent | 9d431ae48b0912454405d5eaabf7ce11561fd4ec (diff) | |
download | CMake-db267f533b9ac63db78559e9d3cb39a6db090770.zip CMake-db267f533b9ac63db78559e9d3cb39a6db090770.tar.gz CMake-db267f533b9ac63db78559e9d3cb39a6db090770.tar.bz2 |
ENH: get rid of special msc configure file
Diffstat (limited to 'Source/Makefile.in')
-rw-r--r-- | Source/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Makefile.in b/Source/Makefile.in index d28afda..edc9ed3 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -6,6 +6,8 @@ VPATH = @srcdir@ # This will cause an infinite loop as it will add the # command for changing into this directory +# let cmake know that this was done with autoconf +KIT_FLAGS = -DCMAKE_HAS_AUTOCONF @MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_CONFIG_DIR@/CMake/CMakeVariables.make@MAKEQUOTE@ @MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_CONFIG_DIR@/CMake/CMakeSimpleRules.make@MAKEQUOTE@ |