fortran FC patch

2003-12-12 Thread Michael R Nolta
Hi, Here's a small patch to automake-1.8 to support the new "FC" fortran interface in autoconf (AC_PROG_FC,FC,FCFLAGS). Essentially I just copied the F77 parts and replaced F77->FC, adding a new language with name "fc". The patch is simple enough that it's probably ok, and it seems to work. Th

fortran modules

2004-01-30 Thread Michael R Nolta
Hi, To get automake/autoconf to work with my simple f90 project, I had to add a check for whether the module filenames are capitalized or not. If you're not familiar with fortran, f90 module files are like C header files; however, they're generated at compile time and not written by the progra

Re: fortran modules

2004-02-01 Thread Michael R Nolta
Alexandre Duret-Lutz wrote: "Michael" == Michael R Nolta <[EMAIL PROTECTED]> writes: Michael> Hi, Michael> To get automake/autoconf to work with my simple f90 project, I had to Michael> add a check for whether the module filenames are capitalized or not. Michael>