From: Ben Elliston Date: Tue, 7 Sep 1999 09:06:10 +0000 (+0000) Subject: 1999-09-07 Steven G. Johnson X-Git-Tag: trunk-pre-merge-trunk-into-experimental-1999-10-01~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f94a05c2f7bbe1575c310850752be4429a5d8b7;p=thirdparty%2Fautoconf.git 1999-09-07 Steven G. Johnson * autoconf.texi (LDFLAGS, LIBS): Document that -L linker flags should be kept in LDFLAGS and not LIBS. --- diff --git a/autoconf.texi b/autoconf.texi index d34deffd..3e92d9b5 100644 --- a/autoconf.texi +++ b/autoconf.texi @@ -1076,15 +1076,15 @@ how to check the results of previous tests. @defvar LDFLAGS @ovindex LDFLAGS -Stripping (@samp{-s}) and any other miscellaneous options for the -linker. If it is not set in the environment when @code{configure} runs, -the default value is empty. @code{configure} uses this variable when -linking programs to test for C features. +Stripping (@samp{-s}), path (@samp{-L}), and any other miscellaneous +options for the linker. If it is not set in the environment when +@code{configure} runs, the default value is empty. @code{configure} +uses this variable when linking programs to test for C features. @end defvar @defvar LIBS @ovindex LIBS -@samp{-l} and @samp{-L} options to pass to the linker. +@samp{-l} options to pass to the linker. @end defvar @node Build Directories, Automatic Remaking, Preset Output Variables, Makefile Substitutions diff --git a/doc/autoconf.texi b/doc/autoconf.texi index d34deffd..3e92d9b5 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -1076,15 +1076,15 @@ how to check the results of previous tests. @defvar LDFLAGS @ovindex LDFLAGS -Stripping (@samp{-s}) and any other miscellaneous options for the -linker. If it is not set in the environment when @code{configure} runs, -the default value is empty. @code{configure} uses this variable when -linking programs to test for C features. +Stripping (@samp{-s}), path (@samp{-L}), and any other miscellaneous +options for the linker. If it is not set in the environment when +@code{configure} runs, the default value is empty. @code{configure} +uses this variable when linking programs to test for C features. @end defvar @defvar LIBS @ovindex LIBS -@samp{-l} and @samp{-L} options to pass to the linker. +@samp{-l} options to pass to the linker. @end defvar @node Build Directories, Automatic Remaking, Preset Output Variables, Makefile Substitutions