* gnulib-tool (func_emit_tests_Makefile_am): Set perhapsLT, like in
func_emit_lib_Makefile_am.
Reported and fix suggested by Dmitriy Selyutin <ghostman.sd@gmail.com>.
+2012-08-19 Bruno Haible <bruno@clisp.org>
+
+ gnulib-tool: Improve coding style.
+ * gnulib-tool (func_emit_tests_Makefile_am): Set perhapsLT, like in
+ func_emit_lib_Makefile_am.
+ Reported and fix suggested by Dmitriy Selyutin <ghostman.sd@gmail.com>.
+
2012-08-19 Bruno Haible <bruno@clisp.org>
gnulib-tool: Fix indentation.
witness_macro="$1"
if test "$libtool" = true; then
libext=la
+ perhapsLT=LT
sed_eliminate_LDFLAGS="$sed_noop"
else
libext=a
+ perhapsLT=
sed_eliminate_LDFLAGS='/^lib_LDFLAGS[ ]*+=/d'
fi
if $for_test; then