+2006-02-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * doc/libtool.texi (Tags): Mention `FC'.
+ (libtool script contents) <CC>: Specify more precisely as the
+ compiler of the current tag.
+ <LTCC, LTCFLAGS, build, build_alias, build_os, host_alias,
+ host_os, macro_version, macro_revision, max_cmd_len>:
+ Document these variables.
+
2006-02-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/libtool.texi: Update copyright years.
@item C++ @tab CXX
@item Java @tab GCJ
@item Fortran 77 @tab F77
+@item Fortran @tab FC
@item Windows Resource @tab RC
@end multitable
@end defvar
@defvar CC
-The name of the C compiler used to configure libtool.
+The name of the compiler used to configure libtool. This will always
+contain the compiler for the current language (@pxref{Tags}).
@end defvar
@defvar ECHO
linking and possibly shared libraries.
@end defvar
+@defvar LTCC
+@defvarx LTCFLAGS
+The name of the C compiler and C compiler flags used to configure
+libtool.
+@end defvar
+
@defvar NM
The name of a BSD- or MS-compatible program that produces listings of
global symbols.
instead of @var{soname}.
@end defvar
+@defvar build
+@defvarx build_alias
+@defvarx build_os
+Set to the specified and canonical names of the system that libtool was
+built on.
+@end defvar
+
@defvar build_libtool_libs
Whether libtool should build shared libraries on this system. Set to
@samp{yes} or @samp{no}.
@defvar host
@defvarx host_alias
-For information purposes, set to the specified and canonical names of
-the system that libtool was configured for.
+@defvarx host_os
+Set to the specified and canonical names of the system that libtool was
+configured for.
@end defvar
@defvar include_expsyms
linking.
@end defvar
+@defvar macro_version
+@defvarx macro_revision
+The release and CVS revision from which the libtool.m4 macros were
+taken. This is used to ensure that macros and @code{ltmain.sh}
+correspond to the same Libtool version.
+@end defvar
+
+@defvar max_cmd_len
+The approximate longest command line that can be passed to @samp{$SHELL}
+without being truncated, as computed by @samp{LT_CMD_MAX_LEN}.
+@end defvar
+
@defvar need_lib_prefix
Whether we can @code{dlopen} modules without a @samp{lib} prefix.
Set to @samp{yes} or @samp{no}. By default, it is @samp{unknown}, which