]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi (Invoking ltconfig): Document --cache-file.
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Mon, 12 Apr 1999 05:39:52 +0000 (05:39 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 12 Apr 1999 05:39:52 +0000 (05:39 +0000)
ChangeLog
doc/libtool.texi

index 473236189f48fda39156a322f1c3f1257a8bd18c..cb360b08d2ef2ad147c7699c3c015afa3b72daf8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-04-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * doc/libtool.texi (Invoking ltconfig): Document --cache-file.
+
        * doc/libtool.texi (Invoking ltconfig): Document
        --disable-fast-install, --enable-dlopen, --with-gnu-ld and
        --disable-lock.
index 87860b7581a57d68b859bb2ee292f5b74b13f72b..689c7f1fa5e3bcff3383e29dddb07c3a884de142 100644 (file)
@@ -1580,6 +1580,11 @@ Assume that the C compiler uses the GNU linker.
 Create a @code{libtool} that does not perform locking to ensure proper
 parallel compilation if the C compiler does not support @samp{-c} and
 @samp{-o} together.
+
+@item --cache-file=@var{file}
+Use this @var{file} as a cache for results of a few tests.  This is
+usually @file{config.cache} used by @code{configure}.  By default, no
+cache file is used.
 @end table
 
 @var{ltmain} is the @code{ltmain.sh} shell script fragment that provides