From 3878ff270d3e8d52d71e5f5c8f920b45d988fdd2 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Thu, 25 Jul 2013 11:57:51 -0700 Subject: [PATCH] Better configure output for a Cray ALPS system --- auxdir/x_ac_cray.m4 | 2 +- configure | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/auxdir/x_ac_cray.m4 b/auxdir/x_ac_cray.m4 index 701b14f0cda..4bba1af10c1 100644 --- a/auxdir/x_ac_cray.m4 +++ b/auxdir/x_ac_cray.m4 @@ -146,7 +146,7 @@ AC_DEFUN([X_AC_CRAY], # * older XT systems use an /etc/xtrelease file # * newer XT/XE systems use an /etc/opt/cray/release/xtrelease file # * both have an /etc/xthostname - AC_MSG_CHECKING([whether this is a native ALPS Cray XT or XE system or have ALPS simulator]) + AC_MSG_CHECKING([whether this is a Cray XT or XE system running on ALPS or ALPS simulator]) if test -f /etc/xtrelease || test -d /etc/opt/cray/release; then ac_have_alps_cray="yes" diff --git a/configure b/configure index f64266ae45f..851746e9984 100755 --- a/configure +++ b/configure @@ -20517,8 +20517,8 @@ else fi - echo with rrdtool $with_rrdtool - echo without rrdtool $without_rrdtool +# echo with rrdtool $with_rrdtool +# echo without rrdtool $without_rrdtool if test "x$with_rrdtool" != "xno"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rrdtool installation" >&5 $as_echo_n "checking for rrdtool installation... " >&6; } @@ -20565,7 +20565,7 @@ $as_echo "$x_ac_cv_rrdtool_dir" >&6; } fi - echo x_ac_cv_rrdtool_dir $x_ac_cv_rrdtool_dir +# echo x_ac_cv_rrdtool_dir $x_ac_cv_rrdtool_dir if test -z "$x_ac_cv_rrdtool_dir"; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unable to locate rrdtool installation" >&5 $as_echo "$as_me: WARNING: unable to locate rrdtool installation" >&2;} @@ -22021,8 +22021,8 @@ $as_echo "#define HAVE_REAL_CRAY 1" >>confdefs.h # * older XT systems use an /etc/xtrelease file # * newer XT/XE systems use an /etc/opt/cray/release/xtrelease file # * both have an /etc/xthostname - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether this is a native ALPS Cray XT or XE system or have ALPS simulator" >&5 -$as_echo_n "checking whether this is a native ALPS Cray XT or XE system or have ALPS simulator... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether this is a Cray XT or XE system running on ALPS or ALPS simulator" >&5 +$as_echo_n "checking whether this is a Cray XT or XE system running on ALPS or ALPS simulator... " >&6; } if test -f /etc/xtrelease || test -d /etc/opt/cray/release; then ac_have_alps_cray="yes" -- GitLab