diff --git a/auxdir/x_ac_cray.m4 b/auxdir/x_ac_cray.m4 index 701b14f0cda3c5d43fa540c85e6989b9a9b2eb23..4bba1af10c10fb94e6802ac29fbbbf49ce253ac5 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 f64266ae45feb47297ff2209ab705a6965bbce19..851746e9984c91447aa171c05613a4e7eab0cd7d 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"