libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool --version in 1.5.23a


From: Ralf Wildenhues
Subject: Re: libtool --version in 1.5.23a
Date: Sun, 10 Dec 2006 09:41:50 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hello John,

* John Vandenberg wrote on Sun, Dec 10, 2006 at 12:08:16AM CET:
> 
> Over on the apr-dev list, it has been pointed out that libtool 1.5.23a is
> emitting a leading blank line for `libtool --version`, which is
> breaking backwards compatibility with 1.5.22 [1].  libtool 1.5.23a is
> being distributed on Cygwin [2].

Definitely unintended.  I've applied the fix below.
Thanks for the bug report.

Cheers,
Ralf

        * ltmain.in (--version): Do not output leading blank line,
        added inadvertently after 1.5.22.
        Report by John Vandenberg <address@hidden>.

Index: ltmain.in
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/ltmain.in,v
retrieving revision 1.334.2.135
diff -u -r1.334.2.135 ltmain.in
--- ltmain.in   22 Oct 2006 14:09:58 -0000      1.334.2.135
+++ ltmain.in   10 Dec 2006 08:39:43 -0000
@@ -483,7 +483,6 @@
 
   --version)
     echo "\
-
 $PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP
 
 Copyright (C) 2006  Free Software Foundation, Inc.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]