Hi Laurence,
* L. D. Marks wrote on Mon, Aug 01, 2005 at 11:19:56AM CEST:
> I've run into some problems writing some tests for intrinsics in fortran
> -- there are subtle (annoying) differences between these for different
> systems, so this is exactly what autoconf should be able to handle. It
> l
Small typo correction:
On Mon, 1 Aug 2005, L. D. Marks wrote:
> for instance, an -i2 (integer*2 default) flag is used. Instead one has to
> use
> AC_LINK_IFELSE( AC_LANG_PROGRAM([],
> [integer*4 FSEEK
> integer*4 I1
> integer*4 I2
> integer*4 I3
>