From 7c36b458473f7eca7e3da88ac1d6f0937396fb1e Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 26 Oct 2020 10:53:22 -0700 Subject: [PATCH] opal_functions.m4: remove redundant code This code was invoked twice. Leave it solely in OPAL_CONFIGURE_SETUP, which is invoked before OPAL_BASIC_SETUP. Signed-off-by: Jeff Squyres --- config/opal_functions.m4 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config/opal_functions.m4 b/config/opal_functions.m4 index c358b628c3..efc4bf1a99 100644 --- a/config/opal_functions.m4 +++ b/config/opal_functions.m4 @@ -112,14 +112,6 @@ dnl ####################################################################### dnl ####################################################################### AC_DEFUN([OPAL_BASIC_SETUP],[ -# -# Save some stats about this build -# - -OPAL_CONFIGURE_USER="${USER:-`whoami`}" -OPAL_CONFIGURE_HOST="${HOSTNAME:-`(hostname || uname -n) 2> /dev/null | sed 1q`}" -OPAL_CONFIGURE_DATE="`date`" - # # Make automake clean emacs ~ files for "make clean" #