From a051c75af568971246f7349d5d75026cb6d144c1 Mon Sep 17 00:00:00 2001 From: mquinson Date: Mon, 8 Jan 2007 22:55:56 +0000 Subject: [PATCH] Remove a AC_MSG_CHECKING not paired with any AC_MSG_RESULT and thus producing ugly output (plus some cleanups now that CVS doesn't require maintainer-mode) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3047 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- configure | 2 -- configure.ac | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/configure b/configure index 71e9548f5c..f41237ac29 100755 --- a/configure +++ b/configure @@ -23597,8 +23597,6 @@ echo "${ECHO_T}${T_MD}Checking for threads, contexts or assimilated...${T_ME}" > -echo "$as_me:$LINENO: checking on top of what can we build the contexts" >&5 -echo $ECHO_N "checking on top of what can we build the contexts... $ECHO_C" >&6 echo "$as_me:$LINENO: checking for usable SVR4/SUSv2 makecontext(2)/swapcontext(2)" >&5 echo $ECHO_N "checking for usable SVR4/SUSv2 makecontext(2)/swapcontext(2)... $ECHO_C" >&6 diff --git a/configure.ac b/configure.ac index e019a2ee99..ee7a572dbc 100644 --- a/configure.ac +++ b/configure.ac @@ -83,7 +83,6 @@ dnl # 1. determine possibilities dnl # dnl # check for MCSC method -AC_MSG_CHECKING(on top of what can we build the contexts) AC_CHECK_MCSC(mcsc=yes, mcsc=no) dnl # check for pthread method @@ -411,7 +410,7 @@ Configuration of package \`${PACKAGE}' (version ${VERSION}) on $gras_arch_name ( 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: You may want to enable this by specifying:" echo "WARNING:" echo "WARNING: ./configure --enable-maintainer-mode $ac_configure_args" echo "WARNING:" -- 2.20.1