summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-09-22 16:12:40 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2009-09-22 16:12:40 -0400
commit25cf2f4352aa70ab7d6f5a66b8ad38b598a61843 (patch)
treeb5dbb1d0d77e4d8f571bcdd2be2eab3cc45bf6c1 /bootstrap
parent5195a664b9485fafba4643dbc620ef2494060f7d (diff)
downloadcmake-25cf2f4352aa70ab7d6f5a66b8ad38b598a61843.tar.gz
Make sure KWSYS_DO_NOT_CLEAN_PUTENV is defined at bootstrap time for cmake in the bootstrap script.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index cf485b5bbe..673bd6735f 100755
--- a/bootstrap
+++ b/bootstrap
@@ -370,6 +370,7 @@ cmake_kwsys_config_replace_string ()
echo "${APPEND}" > "${OUTFILE}${_tmp}"
cat "${INFILE}" |
sed "/./ {s/\@KWSYS_NAMESPACE\@/cmsys/g;
+ s/@KWSYS_DO_NOT_CLEAN_PUTENV@/0/g;
s/@KWSYS_BUILD_SHARED@/${KWSYS_BUILD_SHARED}/g;
s/@KWSYS_LFS_AVAILABLE@/${KWSYS_LFS_AVAILABLE}/g;
s/@KWSYS_LFS_REQUESTED@/${KWSYS_LFS_REQUESTED}/g;