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
Savings of over 70% on
Official FDA approved drugs
Get meds here
I changed a configure to use AM_CONFIG_HEADER(config.h)
dnl defined by AM_INIT_AUTOMAKE
AH_TEMPLATE([PACKAGE], [arson package])
AH_TEMPLATE([VERSION], [arson version])
and now config.status --recheck is called when I run make.
I think it is because of those changes but I made other changes. :-(
M
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.
Andreas