From: Gary V. Vaughan Date: Fri, 27 Aug 2004 14:27:35 +0000 (+0000) Subject: * doc/libtool.texi (Cheap tricks): Escape the `@' for texinfo. X-Git-Tag: release-1-9b~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a2b98ffdbf4072a081c1e9f06e89f6c3ce9d356;p=thirdparty%2Flibtool.git * doc/libtool.texi (Cheap tricks): Escape the `@' for texinfo. --- diff --git a/ChangeLog b/ChangeLog index 5ceae6687..39b87a28a 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 c627ff42d..f94ac755a 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