Skip to content

Commit 5d9719e

Browse files
committed
opal_functions.m4: minor typo fixes
Thanks to George for finding/fixing these. Signed-off-by: Jeff Squyres <[email protected]> (cherry picked from commit 9194dbb)
1 parent f0e2fed commit 5d9719e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/opal_functions.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dnl
33
dnl Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
44
dnl University Research and Technology
55
dnl Corporation. All rights reserved.
6-
dnl Copyright (c) 2004-2005 The University of Tennessee and The University
6+
dnl Copyright (c) 2004-2018 The University of Tennessee and The University
77
dnl of Tennessee Research Foundation. All rights
88
dnl reserved.
99
dnl Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
@@ -506,7 +506,7 @@ dnl #######################################################################
506506
dnl #######################################################################
507507
dnl #######################################################################
508508

509-
# Declare some variables; use OPAL_VAR_SCOPE_END to ensure that they
509+
# Declare some variables; use OPAL_VAR_SCOPE_POP to ensure that they
510510
# are cleaned up / undefined.
511511
AC_DEFUN([OPAL_VAR_SCOPE_PUSH],[
512512

@@ -524,7 +524,7 @@ AC_DEFUN([OPAL_VAR_SCOPE_PUSH],[
524524
eval $opal_str
525525

526526
if test "x$opal_str" != "x"; then
527-
AC_MSG_WARN([Found configure shell variable clash!])
527+
AC_MSG_WARN([Found configure shell variable clash at line $LINENO!])
528528
AC_MSG_WARN([[OPAL_VAR_SCOPE_PUSH] called on "$opal_var",])
529529
AC_MSG_WARN([but it is already defined with value "$opal_str"])
530530
AC_MSG_WARN([This usually indicates an error in configure.])

0 commit comments

Comments
 (0)