Thanks for the patch!

With a quick grep, I actually see 16 uses of AS_VAR_GET.  Do the other 15 cases 
not cause problems?



On Aug 18, 2010, at 7:59 AM, Sebastian Andrzej Siewior wrote:

> From: Sebastian Andrzej Siewior <bige...@linutronix.de>
> 
> Reported as Debian bug #592892. AS_VAR_GET missbehaves in newer
> autoconf. Since it is deprecated switch to AS_VAR_COPY which gets things
> done right. Both are cursed.
> 
> Signed-off-by: Sebastian Andrzej Siewior <bige...@linutronix.de>
> ---
> config/f77_get_alignment.m4 |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/config/f77_get_alignment.m4 b/config/f77_get_alignment.m4
> index aa3d318..ba1fb96 100644
> --- a/config/f77_get_alignment.m4
> +++ b/config/f77_get_alignment.m4
> @@ -90,7 +90,7 @@ EOF
>                  AC_MSG_ERROR([Could not determine alignment of $1])])])
>         rm -rf conftest*])
> 
> -    $2=AS_VAR_GET([type_var])
> +    AS_VAR_COPY([$2], [type_var])
>     AS_VAR_POPDEF([type_var])dnl
>     OMPI_VAR_SCOPE_POP
> ])
> -- 
> 1.5.6.5
> _______________________________________________
> devel mailing list
> de...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/devel


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/


Reply via email to