Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a big fat warning to users seeming to use the CVS without --enable-maintainer...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 19 May 2006 15:46:33 +0000 (15:46 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 19 May 2006 15:46:33 +0000 (15:46 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2256 48e7efb5-ca39-0410-a469-dd3cf9ba447f

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;