This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: libgfortran automake version
Steven Bosscher wrote:
> On Sunday 24 October 2004 21:21, Aaron W. LaFramboise wrote:
>
>>Are there any plans to update libgfortran to the current automake, to
>>match the version used by the rest of GCC?
>
> I'm not sure what you mean, update. Do recent automakes not work
> for you on Makefile.am?
libgfortran/Makefile.in appears to have been generated by automake
1.8.3. (Actually, its out-of-sync with aclocal.m4, which was generated
by aclocal 1.8.5.)
While applying this patch
<http://gcc.gnu.org/ml/gcc-patches/2004-09/msg01609.html> (which it
would be really cool if someone could comment on), I noticed that when
Makefile.in is regenerated with automake 1.9.2, some warnings are
generated, and I later get mysterious libgfortran build failures. I
don't have more specific information availible at the moment, but I
could reproduce it if you'd like.
It's not that big of a deal to use automake-1.8, but it would be a
little more convenient to just be able to use the same automake the rest
of GCC uses. It would prevent the annoyance of the build failures above
when someone forgot to use the right automake.
Aaron W. LaFramboise