Re: [OMPI devel] GNU Automake 1.14 released

2013-09-10 Thread Matthias Jurenz
Hi, On Tuesday 03 September 2013 16:01:30 Ralph Castain wrote: > I still don't see an issue with just detecting the version of automake being > used, and setting a conditional that indicates whether or not to use > explicitly include the subdir. Seems like a pretty trivial solution. Ralph, sorry,

Re: [OMPI devel] GNU Automake 1.14 released

2013-09-03 Thread Ralph Castain
I still don't see an issue with just detecting the version of automake being used, and setting a conditional that indicates whether or not to use explicitly include the subdir. Seems like a pretty trivial solution. On Sep 3, 2013, at 3:49 PM, "Jeff Squyres (jsquyres)" wrote: > On Sep 3, 2013

Re: [OMPI devel] GNU Automake 1.14 released

2013-09-03 Thread Jeff Squyres (jsquyres)
On Sep 3, 2013, at 6:45 PM, Fabrício Zimmerer Murta wrote: > I think autotools has a concept of disallowing symlinks as it seems symlinks > can't be done in a portable way, and the goal of autotools is making projects > portable. > > Well, if the autotools user feels like using symlinks, then

Re: [OMPI devel] GNU Automake 1.14 released

2013-09-03 Thread Jeff Squyres (jsquyres)
How about sym linking the source file? Then you would only need a single Makefile.am; you can use different flags depending on which source file you compile. While somewhat gross, it's not totally disgusting, and it should work to the same effect...? On Aug 30, 2013, at 4:16 AM, Bert Wesarg

Re: [OMPI devel] GNU Automake 1.14 released

2013-08-30 Thread Bert Wesarg
Hi, On Fri, Jun 21, 2013 at 2:01 PM, Stefano Lattarini wrote: > We are pleased to announce the GNU Automake 1.14 minor release. > > > - The next major Automake version (2.0) will unconditionally activate > the 'subdir-objects' option. In order to smooth out the transition, > we now giv