diff options
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@ |