X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2b470fc7653464e7e6cb440ca449beb41b5c9df1..ac1ac47758c06efeca6b7e80bcea7a769b946c9a:/configure.ac diff --git a/configure.ac b/configure.ac index 3532750546..3b86716f0d 100644 --- a/configure.ac +++ b/configure.ac @@ -343,8 +343,8 @@ AC_ARG_ENABLE(botbuild, botbuild=$enableval,botbuild=no) AM_CONDITIONAL(BOTBUILD_MODE,test x$botbuild != xno) -if test -e .svn && test x$USE_MAINTAINER_MODE != xyes && test x$botbuild != yes ; then - echo "ERROR:" +if test -e .svn && test x$USE_MAINTAINER_MODE != xyes && test x$botbuild != xyes ; then + echo "ERROR: " echo "ERROR: You have to enable the maintainer mode to compile the SVN." echo "ERROR: For this, just call configure this way:" echo "ERROR:" @@ -560,9 +560,18 @@ Configuration of package \`${PACKAGE}' (version ${VERSION}) on $gras_arch_name ( LDFlags: ${LDFLAGS} Context backend: ${with_context} + Compile Java: ${use_java} + + Maintainer mode: ${USE_MAINTAINER_MODE} + " -if test -e .svn && test x$USE_MAINTAINER_MODE != xyes && test x$botbuild = yes ; then - echo "WARNING:" +if test x$botbuild = xyes ; then + echo " This is a bot build. Do not specify --enable-botbuild if you are not a bot." + echo +fi + +if test -e .svn && test x$USE_MAINTAINER_MODE != xyes && test x$botbuild = xyes ; then + echo "WARNING: " echo "WARNING: You are compiling the SVN in botbuild mode. If you are not a daemon, don't do so. " echo "WARNING: Remove the --enable-botbuild from your configure line, and add --enable-maintainer-mode instead." echo "WARNING:"