From b6ac54c489518258e4fbc2db484cf0bcf2edf80d Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Fri, 8 Aug 2003 10:20:40 -0400 Subject: [PATCH] EHN: Also display Configure.h and Configure.hxx from cmsys --- Tests/SystemInformation/DumpInformation.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tests/SystemInformation/DumpInformation.cxx b/Tests/SystemInformation/DumpInformation.cxx index 9cf454a4c..74bd0ace4 100644 --- a/Tests/SystemInformation/DumpInformation.cxx +++ b/Tests/SystemInformation/DumpInformation.cxx @@ -60,6 +60,8 @@ int main(int,char *[]) DumpInformation_BINARY_DIR "/../../CMakeOutput.log", DumpInformation_BINARY_DIR "/../../CMakeError.log", DumpInformation_BINARY_DIR "/../../Bootstrap.cmk/cmake_bootstrap.log", + DumpInformation_BINARY_DIR "/../../Source/cmsys/Configure.hxx", + DumpInformation_BINARY_DIR "/../../Source/cmsys/Configure.h", 0 };