libtool-patches
[Top][All Lists]
Advanced

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

FYI: libtool--devo--1.0--patch-123


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-123
Date: Fri, 27 Aug 2004 14:14:02 +0100 (BST)
User-agent: mailnotify/0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.5
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFBLzOZFRMICSmD1gYRAjj8AKCY7tp9+69W5h42Eo6Z0TzKNL+LzgCeP7Wi
H/2+8nHLMEIBqIdXtpmdd2s=
=rdWa
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-122 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-122
M  ChangeLog
M  doc/libtool.texi

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>

        * doc/libtool.texi (Cheap tricks): Fix the instructions for making
        a ltmain.in wrapping libtool in light of recent changes to the
        version checking code.

--- orig/doc/libtool.texi
+++ mod/doc/libtool.texi
@@ -5210,12 +5210,16 @@
 @example
 trick$ cd ~/bin
 trick$ sed 's%^\(macro_version=\).*$%\1@@VERSION@@%;
-            s%^\(macro_revision=\).*$%\1@@TIMESTAMP@@%;
+            s%^\(macro_revision=\).*$%\1@@package_revision@@%;
             /^# ltmain\.sh/q' /home/src/libtool/libtool > libtool
 trick$ echo '. /home/src/libtool/ltmain.in' >> libtool
 trick$ chmod +x libtool
 trick$ libtool --version
-ltmain.sh (GNU @@PACKAGE@@) @@VERSION@@@@TIMESTAMP@@
+ltmain.sh (GNU @PACKAGE@@TIMESTAMP@) @VERSION@
+
+Copyright (C) 2004  Free Software Foundation, Inc.
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 trick$
 @end example
 @end itemize




reply via email to

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