From: Bruno Haible Date: Mon, 10 Dec 2007 11:03:15 +0000 (+0100) Subject: Remove redundant code. X-Git-Tag: v0.1~7937 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=3b805ea12b38f6139cb13dd4935f2276cdee0d08;p=gnulib.git Remove redundant code. --- diff --git a/ChangeLog b/ChangeLog index b328234c7..43f9d5035 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-09 Bruno Haible + + * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code + introduced on 2006-09-09. + 2007-12-07 Jim Meyering Let these macros work also with autoconf-2.59. diff --git a/gnulib-tool b/gnulib-tool index 5d3a7854b..b33a21a87 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -1803,11 +1803,6 @@ func_emit_tests_Makefile_am () { if test "$libtool" = true; then libext=la - else - libext=a - fi - if test "$libtool" = true; then - libext=la sed_eliminate_LDFLAGS= else libext=a