From e160de6ebb0e153ebdc045721cde684e74fd2af9 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 23 Sep 2009 10:13:41 +0200 Subject: [PATCH] Fix value of uses_subdirs in tests/Makefile.am. --- ChangeLog | 5 +++++ gnulib-tool | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 97ca5daac..e3ef0e0a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-09-23 Bruno Haible + + * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a + subcommand, not in a subshell. + 2009-09-22 Eric Blake unistd: sort replacement declarations diff --git a/gnulib-tool b/gnulib-tool index a84743197..60d2578cf 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -2216,7 +2216,7 @@ func_emit_tests_Makefile_am () func_emit_copyright_notice echo uses_subdirs= - ( + { for module in $modules; do if $for_test; then func_verify_tests_module @@ -2258,7 +2258,7 @@ func_emit_tests_Makefile_am () done fi done - ) > allsnippets.tmp + } > allsnippets.tmp # Generate dependencies here, since it eases the debugging of test failures. # If there are source files in subdirectories, prevent collision of the # object files (example: hash.c and libxml/hash.c). -- 2.11.0