summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure12
-rw-r--r--configure.in12
2 files changed, 8 insertions, 16 deletions
diff --git a/configure b/configure
index fb2670a81c..478e062f1f 100755
--- a/configure
+++ b/configure
@@ -1378,13 +1378,9 @@ chmod +x $CONFIG_STATUS
rm -fr confdefs* $ac_clean_files
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
-# build the CMakeBuildTargets program
+# build cmake
$RUNMAKE
+# run cmake
./Source/cmake $fullSrcDir
-
-
-
-
-
-
-
+# run cmake depends
+$RUNMAKE depend
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