* lib/am/depend2.am (%SOURCEFLAG%): New substitution, goes
commit0bfc855e30cb57c06430da1723000868c01e8952
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 16 Oct 2006 05:24:17 +0000 (16 05:24 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 16 Oct 2006 05:24:17 +0000 (16 05:24 +0000)
treecb5992544cf055025abafda6e1d0d4ad9adeb765
parent874adddca7b33adafe9feaa0ea38f37bc9a2b7db
* lib/am/depend2.am (%SOURCEFLAG%): New substitution, goes
right before the expanded source file name.
* automake.in (%sourceflags): New global: per-extension flag
to denote that the next compiler argument is the source file.
(scan_autoconf_traces): Trace AC_FC_SRCEXT; initialize
%sourceflags accordingly.
(handle_single_transform): Store source file extension in...
(%lang_specific_files): ...this and...
(handle_languages): ...adjust here.  Pass flag in SOURCEFLAG.
* doc/automake.texi (Optional): Add AC_FC_SRCEXT.
(Fortran 9x Support): Update.
* tests/fort2.test: New test.
* tests/Makefile.am: Adjust.
* NEWS, THANKS: Update.
Suggested by Steven G. Johnson.
ChangeLog
NEWS
THANKS
automake.in
doc/automake.texi
lib/am/depend2.am
tests/Makefile.am
tests/Makefile.in
tests/fort2.test [new file with mode: 0755]