Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cleanup: stop going into the subdir before going out [thanks Sascha]
[simgrid.git] / configure
index 23090d5..027c324 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac Revision: 4637 .
+# From configure.ac Revision: 4639 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for simgrid 3.3-cvs.
 #
@@ -26001,7 +26001,7 @@ fi
 
 
 if test -e .svn && test x$USE_MAINTAINER_MODE != xyes && test x$botbuild != xyes ; then
-  echo "ERROR: $botbuild"
+  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:"
@@ -28682,11 +28682,12 @@ Configuration of package \`${PACKAGE}' (version ${VERSION}) on $gras_arch_name (
 
 "
 if test x$botbuild = xyes ; then
-  echo "         This is a bot build. Do not specify --enable-botbuild if you are not a bot."
+  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:  $botbuild"
+  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:"