]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Rename prepare_* to configure_*
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 10 Sep 2012 15:46:55 +0000 (15:46 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 10 Sep 2012 15:46:55 +0000 (15:46 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26271 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/CMakeLists.txt
deal.II/contrib/cmake/modules/configure_boost.cmake [moved from deal.II/contrib/cmake/modules/prepare_boost.cmake with 100% similarity]
deal.II/contrib/cmake/modules/configure_threads.cmake [moved from deal.II/contrib/cmake/modules/prepare_threads.cmake with 100% similarity]
deal.II/contrib/cmake/modules/configure_umfpack.cmake [moved from deal.II/contrib/cmake/modules/prepare_umfpack.cmake with 100% similarity]
deal.II/include/deal.II/base/config.h.in

index b5202e81e2f852ee6399f1b8928d148cea8d3e13..52861a3ace3bc73906fc3653e727dab4393457c0 100644 (file)
@@ -71,7 +71,7 @@ OPTION(DEAL_II_FORCE_CONTRIB_UMFPACK
 
 
 #
-# Now, configure and prepare a lot of things:
+# Now, configure and configure a lot of things:
 #
 
 # used as a dummy target for all the stuff that has to be done before the
@@ -92,14 +92,14 @@ INCLUDE(check_cxx_features)
 # Feature configuration:
 #
 
-INCLUDE(prepare_boost)
+INCLUDE(configure_boost)
 
 IF(DEAL_II_WITH_THREADS)
-  INCLUDE(prepare_threads)
+  INCLUDE(configure_threads)
 ENDIF()
 
 IF(DEAL_II_WITH_UMFPACK)
-  INCLUDE(prepare_umfpack)
+  INCLUDE(configure_umfpack)
 ENDIF()
 
 
index 98911b026cdc1060df1ad7ee79647b3a45b0e510..2a7794b4b83b67665dac2793df5818e13f277506 100644 (file)
@@ -46,7 +46,7 @@
 
 
 /*
- * Configured in prepare_boost.cmake:
+ * Configured in configure_boost.cmake:
  */
 
 
@@ -57,7 +57,7 @@
 
 
 /*
- * Configured in prepare_threads.cmake:
+ * Configured in configure_threads.cmake:
  */
 
 
@@ -91,7 +91,7 @@
 
 
 /*
- * Configured in prepare_umfpack.cmake:
+ * Configured in configure_umfpack.cmake:
  */
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.