summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-07-06 14:11:59 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2001-07-06 14:11:59 -0400
commitf1892133c9a9d93742856e5f07f62c676604dfd6 (patch)
tree15331c452bdbab05f8e4b7e40164cadd6cdf0469 /configure.in
parent9027c8bdf73a9f76ccbc89881008dd9ded015c92 (diff)
downloadcmake-f1892133c9a9d93742856e5f07f62c676604dfd6.tar.gz
ENH: run make depend
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in12
1 files changed, 4 insertions, 8 deletions
diff --git a/configure.in b/configure.in
index a4e74fff7d..11aaae9b6e 100644
--- a/configure.in
+++ b/configure.in
@@ -95,13 +95,9 @@ fi
AC_PATH_PROGS(RUNMAKE, gmake make)
AC_OUTPUT(Makefile Source/Makefile)
-# build the CMakeBuildTargets program
+# build cmake
$RUNMAKE
+# run cmake
./Source/cmake $fullSrcDir
-
-
-
-
-
-
-
+# run cmake depends
+$RUNMAKE depend