aclocal 1.8 no longer loads overridden macros

2003-12-12 Thread Andreas Schwab
With aclocal 1.8 you no longer get overridden standard autoconf macros loaded from local *.m4 files. Presumably this is because autom4te always looks in autoconf/autoconf.m4f first, thus the file that contains the replacement for a standard macro is not considered for this macro any more.

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. The