+2004-08-27 Gary V. Vaughan <gary@gnu.org>
+
+ * 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.
+
2004-08-26 Peter O'Gorman <peter@pogma.com>
* config/ltmain.in [darwin]: Use the -dylib_file flag and avoid
@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