From: Bruno Haible Date: Sun, 19 Aug 2012 12:13:11 +0000 (+0200) Subject: gnulib-tool: Improve coding style. X-Git-Tag: v0.1~481 X-Git-Url: https://erislabs.net/gitweb/?a=commitdiff_plain;h=5f8b74c7b847752cb6740acd83b9a5d425e72968;p=gnulib.git 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 . --- diff --git a/ChangeLog b/ChangeLog index 85d22a1e2..f841c6279 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2012-08-19 Bruno Haible + 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 . + +2012-08-19 Bruno Haible + gnulib-tool: Fix indentation. * gnulib-tool (func_import): Fix indentation. diff --git a/gnulib-tool b/gnulib-tool index 85106bfb1..1768916e1 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -3576,9 +3576,11 @@ func_emit_tests_Makefile_am () 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