I was thinking of something even easier than that ;)  I try to keep an eye on 
the message queue functionality so it’s not often that I need to build code 
over four years old from source.

Ashley.

On 8 May 2014, at 14:27, Jeff Squyres (jsquyres) <jsquy...@cisco.com> wrote:

> On May 8, 2014, at 8:59 AM, Ashley Pittman <ash...@pittman.co.uk> wrote:
> 
>> This will break my build but it’s an easy fix so don’t let that stop you.
> 
> Something like this should do ya:
> 
> --- bogus     2014-05-08 06:26:19.759259593 -0700
> +++ bogus-new 2014-05-08 06:26:22.567481480 -0700
> @@ -14,7 +14,11 @@
> 
> 
> 
> -./autogen.sh
> +if test -x autogen.sh; then
> +   ./autogen.sh
> +else
> +   ./autogen.pl
> +fi
> 
> 
> 
> 
> 
> -- 
> Jeff Squyres
> jsquy...@cisco.com
> For corporate legal information go to: 
> http://www.cisco.com/web/about/doing_business/legal/cri/
> 
> _______________________________________________
> devel mailing list
> de...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
> Link to this post: 
> http://www.open-mpi.org/community/lists/devel/2014/05/14756.php

Reply via email to