Re: [OMPI devel] GNU Automake 1.14 released

2013-09-03 Thread Jeff Squyres (jsquyres)
g symbolic linking around. Fair enough. We've been using sym links in the OMPI project for years in order to compile a series of .c files in 2 different ways. It's portable to all the places that we need/want it. -- Jeff Squyres jsquy...@cisco.com For corporate legal informat

Re: [OMPI devel] GNU Automake 1.14 released

2013-09-03 Thread Jeff Squyres (jsquyres)
newly introduced > %reldir%, because it also throws the warning, and also want to > maintain compatibly with pre-1.14 automake. > > Any guidance is more than welcomed. > > Kind Regards, > Matthias Jurenz & Bert Wesarg > > [1] http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13928 > ___ > 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/

Re: fortran 77 header dependencies

2011-07-13 Thread Jeff Squyres
deps/. :-) I certainly don't have the cycles, but I wish I could inspire someone to write a Fortran dependency analysis module for Automake! -- Jeff Squyres jsquy...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/

Re: fortran 77 header dependencies

2011-07-13 Thread Jeff Squyres
mount of caffeine this morning, nor checking the very Makefile.am that I was citing. Thanks for the correction! -- Jeff Squyres jsquy...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/

Re: fortran 77 header dependencies

2011-07-13 Thread Jeff Squyres
pendency rules myself (which is icky). Something like this: foo_SOURCES = foo.f bar.h foo.f: bar.h -- Jeff Squyres jsquy...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/

Re: AC_CONFIG_HEADERS

2011-02-04 Thread Jeff Squyres
edded in other source tree (with their own autotools setup), our ultimate solution would be to have some variant of AC_CONFIG_HEADERS that explicitly says "don't add the -I for this header to DEFAULT_INCLUDES". That being said, I have nowhere near the m4 ability to suggest a patch for such behavior. :-\ -- Jeff Squyres jsquy...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/

Re: AC_CONFIG_HEADERS

2011-02-03 Thread Jeff Squyres
On Feb 3, 2011, at 10:30 AM, Jeff Squyres wrote: > And since the value is hard-coded in Makefile.am, ... s/Makefile.am/Makefile.in/ Sorry about that! -- Jeff Squyres jsquy...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/

AC_CONFIG_HEADERS

2011-02-03 Thread Jeff Squyres
of overkill for our needs. We *do* want the -I's for the AH-generated file, but not for any others. Is there a way to do that? Or is there another way to inhibit specific -I's? If you're still reading -- thanks! :-) -- Jeff Squyres jsquy...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/