Hello everyone, It seems I've found another small bug inside gnulib-tool.
In func_emit_tests_Makefile_am at lines 3618-3620 we add two lines to emit if module is 'alloca' and we use perhapsLT variable. The problem is that it is always empty. BTW, there are no other places in func_emit_tests_Makefile_am where we need perhapsLT. I guess that it must be 'LT' if we use libtool and '' if not, like in func_emit_lib_Makefile_am, but I'm not sure.
