diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-08-05 17:45:07 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-08-05 17:45:07 +0200 |
commit | 2a7c9aeaab41f9bf66a92a68e1fe186b2af89038 (patch) | |
tree | 1c4f18cb66680b513c88f152ef52100863428dff /t/ax/am-test-lib.sh | |
parent | 3e472de16e7cc0f10d2dc339f4308eb3ceadf55d (diff) | |
parent | 706f26b7bde8b7e44210f6efe964333994f2e768 (diff) | |
download | automake-2a7c9aeaab41f9bf66a92a68e1fe186b2af89038.tar.gz |
Merge branch 'maint'
* maint:
tests: avoid spurious failures with older Texinfo
tests: avoid tons of spurious failures on NetBSD
runtest: avoid spurious failures on NetBSD
news: dependency tracking for Portland Group Compilers is now supported
Diffstat (limited to 't/ax/am-test-lib.sh')
-rw-r--r-- | t/ax/am-test-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/ax/am-test-lib.sh b/t/ax/am-test-lib.sh index e2723f39a..d3351d2d0 100644 --- a/t/ax/am-test-lib.sh +++ b/t/ax/am-test-lib.sh @@ -727,7 +727,7 @@ process_requirements () for am_tool in $*; do require_tool $am_tool done - unset am_tool + am_tool=; unset am_tool # We might need extra macros, e.g., from Libtool or Gettext. case " $required " in *\ libtool*) . ./t/libtool-macros.dir/get.sh;; |