summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-06-30 14:50:40 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-06-30 14:50:40 (GMT)
commit6c66cdd28d9bdfe06227d6bd3fac6a61f4498ca0 (patch)
tree1ac23d6659bcdf37283e4efd223878bde5fd0960 /bootstrap
parent1f5defbdcfd2f9e04267398c581376f57020fcf7 (diff)
downloadCMake-6c66cdd28d9bdfe06227d6bd3fac6a61f4498ca0.zip
CMake-6c66cdd28d9bdfe06227d6bd3fac6a61f4498ca0.tar.gz
CMake-6c66cdd28d9bdfe06227d6bd3fac6a61f4498ca0.tar.bz2
ERR: Fix changes in kwsys for Configure.h and StandardIncludes.hxx
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 032a7d6..b2d0147 100755
--- a/bootstrap
+++ b/bootstrap
@@ -51,7 +51,6 @@ KWSYS_FILES="\
Directory.hxx \
Process.h \
RegularExpression.hxx \
- StandardIncludes.hxx \
SystemTools.hxx"
KWSYS_STD_FILES="
@@ -579,6 +578,10 @@ for a in ${KWSYS_STD_FILES}; do
done
cmake_replace_string "${cmake_source_dir}/Source/kwsys/kwsys_std.h.in" \
"${cmake_bootstrap_dir}/cmsys/std/stl.h.in" KWSYS_NAMESPACE cmsys
+cmake_replace_string "${cmake_source_dir}/Source/kwsys/Configure.h.in" \
+ "${cmake_bootstrap_dir}/cmsys/Configure.h.in" KWSYS_NAMESPACE cmsys
+cmake_replace_string "${cmake_bootstrap_dir}/cmsys/Configure.h.in" \
+ "${cmake_bootstrap_dir}/cmsys/Configure.h" KWSYS_BUILD_SHARED 0
for a in string vector; do
cmake_replace_string "${cmake_bootstrap_dir}/cmsys/std/stl.h.in" \
"${cmake_bootstrap_dir}/cmsys/std/${a}" KWSYS_STL_HEADER ${a}