Re: [OMPI devel] forgetting to run ./autogen.sh should not be fatal

2008-05-01 Thread Jeff Squyres
Done -- thanks! (config commit coming tonight to avoid US workday hours) On Apr 29, 2008, at 2:45 PM, Ralf Wildenhues wrote: Hello, I just forgot to run ./autogen.sh after svn update. It caused aclocal to warn about missing libtool macros, and automake to fail later. The following change t

[OMPI devel] forgetting to run ./autogen.sh should not be fatal

2008-04-29 Thread Ralf Wildenhues
Hello, I just forgot to run ./autogen.sh after svn update. It caused aclocal to warn about missing libtool macros, and automake to fail later. The following change to Makefile.am fixes this by allowing aclocal to find config/libtool.m4 and the other libtool macro files. The ompi_functions.m4 ch