Re: Weird interactions between AC_PROG_CC and AC_PROG_F77

2010-02-07 Thread Stefano Lattarini
> > Of the AC_PROG_{CC,CXX,F77,FC} macros, only the first one in the > > configure script will check for object file extension and default > > executable file name and fail if that doesn't work. > Attached there is a simple patch documenating this behaviour in the Autoconf manual. The usual cavea

Re: Weird interactions between AC_PROG_CC and AC_PROG_F77

2010-02-06 Thread Stefano Lattarini
At Saturday 06 February 2010, Ralf Wildenhues wrote: > Hello Stefano, Hello Ralf. Thanks for your quick answer. > * Stefano Lattarini wrote on Sat, Feb 06, 2010 at 04:14:45PM CET: > > I encountered the following strage behaviour in the latest stable > > autoconf (2.65, Debian package version 2.6

Re: Weird interactions between AC_PROG_CC and AC_PROG_F77

2010-02-06 Thread Ralf Wildenhues
Hello Stefano, * Stefano Lattarini wrote on Sat, Feb 06, 2010 at 04:14:45PM CET: > I encountered the following strage behaviour in the latest stable > autoconf (2.65, Debian package version 2.65-2), and it really seems > a bug to me: Of the AC_PROG_{CC,CXX,F77,FC} macros, only the first one in t