Problem with AC_OUTPUT macro

2000-06-03 Thread Mo DeJong
Hi all. I have run into a problem with a configure.in that worked just fine with autoconf 2.13 but not 2.14. % cat configure.in AC_INIT(foo.cpp) AC_LANG_CPLUSPLUS AC_PROG_CXX AC_PROG_CC PROCESS_FILES="Makefile src/Makefile" AC_OUTPUT([$PROCESS_FILES]) % /usr/bin/autoconf --version Autocon

Re: F77 tweak

2000-06-03 Thread Dave Love
> "SGJ" == Steven G Johnson <[EMAIL PROTECTED]> writes: SGJ> Is "fc" an F95 compiler? F90? F77? The script I'm thinking of, like `fort77', is a frontend to f2c (in the f2c distribution) so it's f77. (I originally changed `f2c' to `fc' but forgot to send in the change and it's since bee