$subject_val = "Re: [OMPI devel] [PATCH] openmpi: get it built with newer autoconf"; include("../../include/msg-header.inc"); ?>
Subject: Re: [OMPI devel] [PATCH] openmpi: get it built with newer autoconf
From: Ralf Wildenhues (Ralf.Wildenhues_at_[hidden])
Date: 2010-08-18 13:32:26
Hello,
* Jeff Squyres wrote on Wed, Aug 18, 2010 at 06:35:22PM CEST:
>
> With a quick grep, I actually see 16 uses of AS_VAR_GET. Do the other
> 15 cases not cause problems?
Whether or not, since AS_VAR_GET is undocumented (and inefficient,
and now also buggy), it's prudent to replace them all with either
AS_VAR_COPY or AS_VAR_IF as appropriate.
Cheers,
Ralf