diff options
Diffstat (limited to 'Source/cmConfigureFileNoAutoconf.h')
-rw-r--r-- | Source/cmConfigureFileNoAutoconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmConfigureFileNoAutoconf.h b/Source/cmConfigureFileNoAutoconf.h index e14b2cb..42a3e3a 100644 --- a/Source/cmConfigureFileNoAutoconf.h +++ b/Source/cmConfigureFileNoAutoconf.h @@ -55,7 +55,8 @@ public: "CONFIGURE_HEADER(InputFile OutputFile)\n" "The Input and Ouput files have to have full paths.\n" "They can also use variables like CMAKE_BINARY_DIR,CMAKE_SOURCE_DIR.\n" - "This command is only run if autoconf was not used.\n"; + "This command is only run if configure was not used. In other\n"; + "words it is only run for non UNIX style builds.\n"; } /** |