This commit is contained in:
Alexandre Oliva 1999-04-12 06:22:39 +00:00 committed by Alexandre Oliva
parent 10dbe52dc8
commit 4b0ee5c032

View File

@ -1634,12 +1634,13 @@ affects only the way @code{ltconfig} runs tests, not the produced
@defvar NM @defvar NM
Program to use rather than checking for @code{nm}. Program to use rather than checking for @code{nm}.
@end defvar
@defvar RANLIB @defvar RANLIB
Program to use rather than checking for @code{ranlib}. Program to use rather than checking for @code{ranlib}.
@end defvar @end defvar
@devar LN_S @defvar LN_S
A command that creates a link of a program, a soft-link if possible, a A command that creates a link of a program, a soft-link if possible, a
hard-link otherwise. hard-link otherwise.
@end defvar @end defvar
@ -1647,10 +1648,12 @@ hard-link otherwise.
@defvar DLLTOOL @defvar DLLTOOL
Program to use rather than checking for @code{dlltool}. Only meaningful Program to use rather than checking for @code{dlltool}. Only meaningful
for MS-Windows. for MS-Windows.
@end defvar
@defvar AS @defvar AS
Program to use rather than checking for @code{as}. Only meaningful for Program to use rather than checking for @code{as}. Only meaningful for
MS-Windows. MS-Windows.
@end defvar
@node ltconfig example @node ltconfig example
@subsection Using @code{ltconfig} @subsection Using @code{ltconfig}