summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-05-02 08:54:53 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-05-02 08:54:53 -0400
commitb5b46599feb33d7f873faca6215f1717ddd209e6 (patch)
tree7de039ad29a6a552d7aab4842d27a836625de58a /configure
parenta8d3805ef396b5a3f75eb851ba3a976274121836 (diff)
downloadcmake-b5b46599feb33d7f873faca6215f1717ddd209e6.tar.gz
Revert to make it work again
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 7e64c1ec64..b3817bd490 100755
--- a/configure
+++ b/configure
@@ -1179,7 +1179,7 @@ done
ac_given_srcdir=$srcdir
-trap 'rm -fr `echo "Source/InitialConfigureFlags.cmake Source/bootstrap/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
@@ -1259,7 +1259,7 @@ EOF
cat >> $CONFIG_STATUS <<EOF
-CONFIG_FILES=\${CONFIG_FILES-"Source/InitialConfigureFlags.cmake Source/bootstrap/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
@@ -1433,8 +1433,8 @@ rm -fr confdefs* $ac_clean_files
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
# build cmake
-(cd Source/bootstrap; $RUNMAKE)
+$RUNMAKE
# run cmake
-./Source/bootstrap/cmake $fullSrcDir
+./Source/cmake $fullSrcDir
# run cmake depends
$RUNMAKE depend