From 3b805ea12b38f6139cb13dd4935f2276cdee0d08 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 10 Dec 2007 12:03:15 +0100 Subject: [PATCH] Remove redundant code. --- ChangeLog | 5 +++++ gnulib-tool | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index b328234c77..43f9d50352 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 5d3a7854bf..b33a21a874 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -1801,11 +1801,6 @@ func_emit_po_POTFILES_in () # - for_test true if creating a package for testing, false otherwise 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= -- 2.30.2