changeset 9514:622ca884ba97

Remove redundant code.
author Bruno Haible <bruno@clisp.org>
date Mon, 10 Dec 2007 12:03:15 +0100
parents 61a2180a8648
children b0f1495adfd8
files ChangeLog gnulib-tool
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-09  Bruno Haible  <bruno@clisp.org>
+
+	* gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
+	introduced on 2006-09-09.
+
 2007-12-07  Jim Meyering  <meyering@redhat.com>
 
 	Let these macros work also with autoconf-2.59.
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -1803,11 +1803,6 @@
 {
   if test "$libtool" = true; then
     libext=la
-  else
-    libext=a
-  fi
-  if test "$libtool" = true; then
-    libext=la
     sed_eliminate_LDFLAGS=
   else
     libext=a