X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2b470fc7653464e7e6cb440ca449beb41b5c9df1..6981c634d341a3a5c6833442ad8ee7bf3f8155b2:/configure diff --git a/configure b/configure index b823d7b07b..23090d5c1c 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Revision: 4603 . +# From configure.ac Revision: 4637 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for simgrid 3.3-cvs. # @@ -26000,8 +26000,8 @@ else fi -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: $botbuild" echo "ERROR: You have to enable the maintainer mode to compile the SVN." echo "ERROR: For this, just call configure this way:" echo "ERROR:" @@ -28676,9 +28676,17 @@ 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." +fi + +if test -e .svn && test x$USE_MAINTAINER_MODE != xyes && test x$botbuild = xyes ; then + echo "WARNING: $botbuild" 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:"