1999-09-07 Steven G. Johnson <stevenj@alum.mit.edu>

* autoconf.texi (LDFLAGS, LIBS): Document that -L linker flags
	should be kept in LDFLAGS and not LIBS.
This commit is contained in:
Ben Elliston 1999-09-07 09:06:10 +00:00
parent c8006eedca
commit 8f94a05c2f
2 changed files with 10 additions and 10 deletions

View File

@ -1076,15 +1076,15 @@ how to check the results of previous tests.
@defvar LDFLAGS @defvar LDFLAGS
@ovindex LDFLAGS @ovindex LDFLAGS
Stripping (@samp{-s}) and any other miscellaneous options for the Stripping (@samp{-s}), path (@samp{-L}), and any other miscellaneous
linker. If it is not set in the environment when @code{configure} runs, options for the linker. If it is not set in the environment when
the default value is empty. @code{configure} uses this variable when @code{configure} runs, the default value is empty. @code{configure}
linking programs to test for C features. uses this variable when linking programs to test for C features.
@end defvar @end defvar
@defvar LIBS @defvar LIBS
@ovindex LIBS @ovindex LIBS
@samp{-l} and @samp{-L} options to pass to the linker. @samp{-l} options to pass to the linker.
@end defvar @end defvar
@node Build Directories, Automatic Remaking, Preset Output Variables, Makefile Substitutions @node Build Directories, Automatic Remaking, Preset Output Variables, Makefile Substitutions

View File

@ -1076,15 +1076,15 @@ how to check the results of previous tests.
@defvar LDFLAGS @defvar LDFLAGS
@ovindex LDFLAGS @ovindex LDFLAGS
Stripping (@samp{-s}) and any other miscellaneous options for the Stripping (@samp{-s}), path (@samp{-L}), and any other miscellaneous
linker. If it is not set in the environment when @code{configure} runs, options for the linker. If it is not set in the environment when
the default value is empty. @code{configure} uses this variable when @code{configure} runs, the default value is empty. @code{configure}
linking programs to test for C features. uses this variable when linking programs to test for C features.
@end defvar @end defvar
@defvar LIBS @defvar LIBS
@ovindex LIBS @ovindex LIBS
@samp{-l} and @samp{-L} options to pass to the linker. @samp{-l} options to pass to the linker.
@end defvar @end defvar
@node Build Directories, Automatic Remaking, Preset Output Variables, Makefile Substitutions @node Build Directories, Automatic Remaking, Preset Output Variables, Makefile Substitutions