* doc/libtool.texi (libtool script content) <postlink_cmds>:
Add missing 'code' command.
Signed-off-by: Peter Rosin <peda@lysator.liu.se>
2010-09-07 Peter Rosin <peda@lysator.liu.se>
+ Fixup texi typo in previous.
+ * doc/libtool.texi (libtool script content) <postlink_cmds>:
+ Add missing 'code' command.
+
Convert POSIX file names to toolchain format for MSVC
* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG)
[cygwin, mingw, pw32, cegcc] <cl*, postlink_cmds>: Make
the string @code{@@OUTPUT@@} in @code{postlink_cmds} is replaced by the
name of the created executable (i.e.@: not the wrapper, if a wrapper is
generated) prior to execution. Similarly, @code{@@TOOL_OUTPUT@@} is
-replaced by the toolchain format of @{@@OUTPUT@@}. Normally disabled
+replaced by the toolchain format of @code{@@OUTPUT@@}. Normally disabled
(i.e.@: @code{postlink_cmds} empty).
@end defvar