Applied this:
2007-12-09 Bruno Haible <[EMAIL PROTECTED]>
* gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
introduced on 2006-09-09.
*** gnulib-tool.orig2007-12-09 19:07:02.0 +0100
--- gnulib-tool 2007-12-09 18:41:23.0 +0100
***
Some gnulib modules may want to augment noinst_LTLIBRARIES, so gnulib-tool
needs to initialize it.
2006-11-26 Bruno Haible <[EMAIL PROTECTED]>
* gnulib-tool (func_emit_lib_Makefile_am): Initialize also
noinst_LTLIBRARIES.
*** gnulib-tool.bak 2006-11-21 02:59:27.0 +
This change is to use { ... } syntax instead of ( ... ) where possible.
( ... ) causes a subshell to be fork()ed, { ... } doesn't.
* gnulib-tool (import): Use compound statement instead of subshell
where possible.
*** gnulib-tool.bak 2005-08-25 00:56:16.0 +0200
--- gn