Re: Support for interdependency tracking between Fortan 90 modules

2011-08-13 Thread Nicolai Stange
Hi everybody, I cleaned up and partly rewrote my patch (see attachement) and I feel comfortable with it now; in my opinion it is clear and working and is nearly ready to be committed. There are only two question about how and whether to do assertions in automake.in (grep for the two comments marke

[PATCH] testsuite: fix an unportable use of sed

2011-08-13 Thread Stefano Lattarini
* tests/tap-todo-skip-whitespace.test: Alternation with "\|" in sed regular expressions is not portable to (at least) FreeBSD sed; do not use it. --- ChangeLog |7 +++ tests/tap-todo-skip-whitespace.test |2 +- 2 files changed, 8 insertions(+), 1 deletions(-)

[PATCH] testsuite: avoid spurious failure if rst2html program is missing

2011-08-13 Thread Stefano Lattarini
* tests/test-driver-custom-no-html.test: Account for the possibility of a lacking `rst2html' program in our final grepping of make output. --- ChangeLog |7 +++ tests/test-driver-custom-no-html.test |4 +++- 2 files changed, 10 insertions(+), 1 deletions(-)