summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-09-27 14:58:14 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2001-09-27 14:58:14 -0400
commitcc768c86c62aa5c6ea9dfe5c215bfe19dd991e3a (patch)
tree407db930144044dc3f1273131719c158e1080bc0 /configure
parent15e5c02a74091dded02ed8e3b1fdf962becf7283 (diff)
downloadcmake-cc768c86c62aa5c6ea9dfe5c215bfe19dd991e3a.tar.gz
ENH: pass prefix from configure into cmake
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 3d91d2a244..2f99346889 100755
--- a/configure
+++ b/configure
@@ -1182,7 +1182,7 @@ done
ac_given_srcdir=$srcdir
-trap 'rm -fr `echo "Makefile Source/Makefile Source/cmConfigure.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+trap 'rm -fr `echo "Source/InitialConfigureFlags.cmake Makefile Source/Makefile Source/cmConfigure.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
@@ -1263,7 +1263,7 @@ EOF
cat >> $CONFIG_STATUS <<EOF
-CONFIG_FILES=\${CONFIG_FILES-"Makefile Source/Makefile"}
+CONFIG_FILES=\${CONFIG_FILES-"Source/InitialConfigureFlags.cmake Makefile Source/Makefile"}
EOF
cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then