Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
example of parallel matrix multiplication : I modified the pmm.c by adding messages...
[simgrid.git] / configure.ac
index 6ca5d44..9150faf 100644 (file)
@@ -333,4 +333,13 @@ Configuration of package \`${PACKAGE}' (version ${VERSION}) on $gras_arch_name (
        Context backend: ${with_context}
 "
 
+if test -e CVS && test x$USE_MAINTAINER_MODE != xyes ; then
+  echo "WARNING:"
+  echo "WARNING: you seem to compile the CVS version without the maintainer mode."
+  echo "WARNING: This is not really supported, so you should configure SimGrid like:"
+  echo "WARNING:"
+  echo "WARNING: ./configure --enable-maintainer-mode  $ac_configure_args"
+  echo "WARNING:"
+fi
+
 exit 0;