33dnl Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
44dnl University Research and Technology
55dnl 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
77dnl of Tennessee Research Foundation. All rights
88dnl reserved.
99dnl Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
@@ -506,7 +506,7 @@ dnl #######################################################################
506506dnl # ######################################################################
507507dnl # ######################################################################
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.
511511AC_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