diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-02-13 21:48:00 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-02-13 21:48:00 (GMT) |
commit | dd36c5f29649bb33c634822cedf901c356fdc544 (patch) | |
tree | 6e482878be98936703ddfb634389be7ba60049e2 /Source/cmMakefile.h | |
parent | db267f533b9ac63db78559e9d3cb39a6db090770 (diff) | |
download | CMake-dd36c5f29649bb33c634822cedf901c356fdc544.zip CMake-dd36c5f29649bb33c634822cedf901c356fdc544.tar.gz CMake-dd36c5f29649bb33c634822cedf901c356fdc544.tar.bz2 |
ENH: add configure style @var@ expansion
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index ff16c9d..2e8b39a 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -310,7 +310,8 @@ public: * Expand all defined varibles in the string. * Defined varibles come from the m_Definitions map. * They are expanded with ${var} where var is the - * entry in the m_Definitions map. + * entry in the m_Definitions map. Also @var@ is + * expanded to match autoconf style expansions. */ void ExpandVariblesInString(std::string& source); protected: |