Re: [OMPI devel] [PATCH] openmpi: get it built with newer autoconf

2010-08-27 Thread Jeff Squyres
All instances will be fixed on the SVN trunk in a commit coming in a few hours (delaying autogen-worthy changes during the business day). Shame on us for using AS_VAR_GET. CMR's for v1.5 coming tonight; CMR for v1.4 (because it's a different patch) is here: https://svn.open-mpi.org/trac/o

Re: [OMPI devel] [PATCH] openmpi: get it built with newer autoconf

2010-08-18 Thread Ralf Wildenhues
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

Re: [OMPI devel] [PATCH] openmpi: get it built with newer autoconf

2010-08-18 Thread Jeff Squyres
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 > > Reported as Debian bug #592892. AS_VAR_GET missbehaves in newer > aut

[OMPI devel] [PATCH] openmpi: get it built with newer autoconf

2010-08-18 Thread Sebastian Andrzej Siewior
From: Sebastian Andrzej Siewior 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 --- config/f77_get_alignment.m4 |2 +- 1 files chan