Support for interdependency tracking between Fortan 90 modules

2011-07-27 Thread Nicolai Stange
Hi everybody, please forgive me for sending such a semi-finished work to you, especially documentation is lacking. Since I'm new to automake contributing, I expect many changes to be made. This is what it's all about: Say you've got two Fortran files, one defining and one using a module, then the

[FYI] {GSoC} tests: fix a spurious failure with non-bash shells

2011-07-27 Thread Stefano Lattarini
* tests/tap-fancy2.test: Remove an unportable use of backslashes with the `echo' builtin, which was causing some shells (among them bash and Debian /bin/ksh), to print a `\\' string, while other shells (among them zsh, dash, and Solaris /bin/sh and /bin/ksh) were unexpectedly printing a single `\'

[FYI] {GSoC} tests: fix spurious failures with Solaris /bin/sh

2011-07-27 Thread Stefano Lattarini
* tests/tap-more.test: Use `echo > file', not `: > file', to create empty files in the "for" loops; this is required since, as documented in the autoconf manual, Solaris 10 /bin/sh "optimizes" away the `:' command after the first iteration, even if it is redirected. * tests/test-driver-custom-multi