Improve the error message a bit
authorrhc
Fri Dec 28 03:02:07 2012 +0000 (4 months ago)
changeset 21110e3801ce6f9d2
parent 21109 ae1bc9ece9dd
child 21111 6497e7b1a1d6
Improve the error message a bit
config/orte_check_pmi.m4
     1.1 --- a/config/orte_check_pmi.m4	Thu Dec 27 04:57:30 2012 +0000
     1.2 +++ b/config/orte_check_pmi.m4	Fri Dec 28 03:02:07 2012 +0000
     1.3 @@ -67,7 +67,10 @@
     1.4                                 [orte_check_pmi_$1_CPPFLAGS="-I$with_pmi/include/slurm"],
     1.5                                 [AC_MSG_RESULT([not found])
     1.6                                  AC_MSG_WARN([PMI support requested (via --with-pmi) but pmi.h])
     1.7 -                                AC_MSG_WARN([not found under specified location $with_pmi])
     1.8 +                                AC_MSG_WARN([not found under locations:])
     1.9 +                                AC_MSG_WARN([    $with_pmi/include])
    1.10 +                                AC_MSG_WARN([    $with_pmi/include/slurm])
    1.11 +                                AC_MSG_WARN([Specified path: $with_pmi])
    1.12                                  AC_MSG_ERROR([Aborting])
    1.13                                  $3])])],
    1.14                   [AS_IF([test -f "/usr/include/slurm/pmi.h"],