summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-05-02 12:54:53 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-05-02 12:54:53 (GMT)
commitb5b46599feb33d7f873faca6215f1717ddd209e6 (patch)
tree7de039ad29a6a552d7aab4842d27a836625de58a /configure.in
parenta8d3805ef396b5a3f75eb851ba3a976274121836 (diff)
downloadCMake-b5b46599feb33d7f873faca6215f1717ddd209e6.zip
CMake-b5b46599feb33d7f873faca6215f1717ddd209e6.tar.gz
CMake-b5b46599feb33d7f873faca6215f1717ddd209e6.tar.bz2
Revert to make it work again
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 16fcbd5..8478af2 100644
--- a/configure.in
+++ b/configure.in
@@ -143,10 +143,10 @@ fi
# find make to use to build cmake, prefer gmake
AC_PATH_PROGS(RUNMAKE, gmake make)
-AC_OUTPUT(Source/InitialConfigureFlags.cmake Source/bootstrap/Makefile)
+AC_OUTPUT(Source/InitialConfigureFlags.cmake Makefile Source/Makefile)
# build cmake
-(cd Source/bootstrap; $RUNMAKE)
+$RUNMAKE
# run cmake
-./Source/bootstrap/cmake $fullSrcDir
+./Source/cmake $fullSrcDir
# run cmake depends
$RUNMAKE depend