On Thu, Jun 14, 2007 at 02:52:45PM +0200, Benoit Sigoure wrote: > Quoting Noah Misch <[EMAIL PROTECTED]>: > >On Thu, Jun 14, 2007 at 01:47:12PM +0200, Benoit Sigoure wrote: > >>is there any reason why I can checkout, configure and make all check > >>libtool HEAD but not distcheck it? Configure would complain (only > >>during distcheck) that I don't have a working Fortran compiler. > > > >I posted a patch to fix this: > >http://lists.gnu.org/archive/html/libtool-patches/2007-05/msg00002.html > > Thanks for the pointer,
> But I still get: > checking whether we are using the GNU Fortran 77 compiler... no > checking whether accepts -g... no Ah, you have no F77 compiler either. The patch I posted only works around an absent `FC' (F95) compiler. Thanks; I'll look at generalizing it.
