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

fda approved cialis

2003-12-12 Thread Thomas Evans
Savings of over 70% on Official FDA approved drugs Get meds here

change from manual config.h.in to autoheadered

2003-12-12 Thread Bob Lockie
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

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