From 1a2b98ffdbf4072a081c1e9f06e89f6c3ce9d356 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Fri, 27 Aug 2004 14:27:35 +0000 Subject: [PATCH] * doc/libtool.texi (Cheap tricks): Escape the `@' for texinfo. --- ChangeLog | 2 ++ doc/libtool.texi | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5ceae668..39b87a28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-08-27 Gary V. Vaughan + * 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. diff --git a/doc/libtool.texi b/doc/libtool.texi index c627ff42..f94ac755 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -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