Fixed. Thank for your hint, Ralf.
On Do, 2008-03-06 at 22:23 +0100, Ralf Wildenhues wrote:
> In ompi/contrib/vt/vt/extlib/otf/acinclude.m4, in the macros WITH_DEBUG
> and WITH_VERBOSE, dubious constructs such as
>
> AC_CACHE_CHECK([debug],
> [debug],
> [debug=])
>
> are used
In ompi/contrib/vt/vt/extlib/otf/acinclude.m4, in the macros WITH_DEBUG
and WITH_VERBOSE, dubious constructs such as
AC_CACHE_CHECK([debug],
[debug],
[debug=])
are used. These have the following problems:
* Cache variables need to match *_cv_* in order to actually be saved
(