3
3
dnl Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
4
4
dnl University Research and Technology
5
5
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
7
7
dnl of Tennessee Research Foundation. All rights
8
8
dnl reserved.
9
9
dnl Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
@@ -506,7 +506,7 @@ dnl #######################################################################
506
506
dnl # ######################################################################
507
507
dnl # ######################################################################
508
508
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
510
510
# are cleaned up / undefined.
511
511
AC_DEFUN([OPAL_VAR_SCOPE_PUSH],[
512
512
@@ -524,7 +524,7 @@ AC_DEFUN([OPAL_VAR_SCOPE_PUSH],[
524
524
eval $opal_str
525
525
526
526
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 ! ])
528
528
AC_MSG_WARN([[OPAL_VAR_SCOPE_PUSH] called on " $opal_var " ,])
529
529
AC_MSG_WARN([but it is already defined with value " $opal_str " ])
530
530
AC_MSG_WARN([This usually indicates an error in configure.])
0 commit comments