Skip to content

Commit 7c36b45

Browse files
committed
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 <jsquyres@cisco.com>
1 parent 2e5303f commit 7c36b45

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

config/opal_functions.m4

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,6 @@ dnl #######################################################################
112112
dnl #######################################################################
113113

114114
AC_DEFUN([OPAL_BASIC_SETUP],[
115-
#
116-
# Save some stats about this build
117-
#
118-
119-
OPAL_CONFIGURE_USER="${USER:-`whoami`}"
120-
OPAL_CONFIGURE_HOST="${HOSTNAME:-`(hostname || uname -n) 2> /dev/null | sed 1q`}"
121-
OPAL_CONFIGURE_DATE="`date`"
122-
123115
#
124116
# Make automake clean emacs ~ files for "make clean"
125117
#

0 commit comments

Comments
 (0)