]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi (Cheap tricks): Escape the `@' for texinfo.
authorGary V. Vaughan <gary@gnu.org>
Fri, 27 Aug 2004 14:27:35 +0000 (14:27 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 27 Aug 2004 14:27:35 +0000 (14:27 +0000)
ChangeLog
doc/libtool.texi

index 5ceae668799fbac94ea099d20f2b3eebdc1d3a10..39b87a28a5744bf9b9823f83f65031451fcf1f8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-08-27  Gary V. Vaughan  <gary@gnu.org>
 
+       * doc/libtool.texi (Cheap tricks): Escape the `@' for texinfo.
+
        * 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.
index c627ff42d31e3c3c998c5a4223e25eb6d45157f7..f94ac755a80010bc9e1097ef9d35b0a74fc4916a 100644 (file)
@@ -5215,7 +5215,7 @@ trick$ sed 's%^\(macro_version=\).*$%\1@@VERSION@@%;
 trick$ echo '. /home/src/libtool/ltmain.in' >> libtool
 trick$ chmod +x libtool
 trick$ libtool --version
-ltmain.sh (GNU @PACKAGE@@TIMESTAMP@) @VERSION@
+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