X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/71971980a326b8550626cf383a54bace922255b4..29bae2bcc4ae6d59eb3cc6c1e034daec79436b27:/configure.ac diff --git a/configure.ac b/configure.ac index 6ca5d44391..9150fafa90 100644 --- a/configure.ac +++ b/configure.ac @@ -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;