]> sourceware.org Git - automake.git/commit
F77 additions from Matthew D Langston
authorTom Tromey <tromey@redhat.com>
Tue, 13 Oct 1998 18:57:09 +0000 (18:57 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 13 Oct 1998 18:57:09 +0000 (18:57 +0000)
commit89ffa86ae2fac050eafc3763bfa09a398892d52d
treee206af5a7adc1b2a1e82d0ef6adb58b30975d7c7
parentf77a4380e95c66aa764520c46a464b22cd283831
F77 additions from Matthew D Langston
* m4/f77.m4: New file.
* m4/Makefile.am (m4data_DATA): Added f77.m4.
* automake.in (resolve_linker): Put the Fortran 77 linker where it
needs to be.
* automake.in (lang_f77_finish): Add support for Fortran 77.
* automake.in (f77_extensions): New helper function for function
`lang_f77_finish'.
* automake.in (lang_f77_rewrite): Change to return success.
* automake.in (scan_one_configure_file): Add test for the Fortran
77 compiler.
* automake.in (finish_languages): Changed tests for "C++ only" to
"C++ and/or Fortran 77 only", and renamed `all_cxx' to `non_c'.
* automake.in: Registered the ppf77 language (`.F' extension) for
preprocessed Fortran 77.
* automake.in: Registered the ratfor language (`.r' extension).
* automake.in: Registered Fortran 77 header files with the "header
language" (`.inc' extension).
* automake.texi: Added several new index entries.
* automake.texi:
- Add `@ovindex' (output variable index).
- Merge `@defmac' (Autoconf macros) and `@ovindex' to the General
  Index.
* automake.texi (Macros):
- Changed the `@table @code' list of macros to `@defmac'.
- Add `AC_PROG_FC' and `MDL_F77_LIBRARY_LDFLAGS' to the list.
* automake.texi (C++): Change `@table' to `@vtable'.
* automake.texi (Fortran 77): Add Fortran 77 documentation.
12 files changed:
ChangeLog
Makefile.am
Makefile.in
NEWS
THANKS
automake.in
automake.texi
lib/am/Makefile.am
m4/Makefile.am
m4/f77.m4 [new file with mode: 0644]
stamp-vti
version.texi
This page took 0.028689 seconds and 5 git commands to generate.