]> 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:45 +0000 (05:39 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 12 Apr 1999 05:39:45 +0000 (05:39 +0000)
ChangeLog
doc/libtool.texi

index 25f57d60fc38876a12e62f81d70018e9a22f5015..36014f00f659f951daedbc66dc39eaf8bcf8e6b3 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 d0e3a27e540cee1bb59a69f0c8d03fc60838fee3..2537045a9394b0c8b08d7a8ace140baac43d5ea7 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