From 7bf12d64b8e9bb879366038e76365592f94293f6 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 12 Apr 1999 05:39:52 +0000 Subject: [PATCH] * doc/libtool.texi (Invoking ltconfig): Document --cache-file. --- ChangeLog | 2 ++ doc/libtool.texi | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 473236189..cb360b08d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-04-12 Alexandre Oliva + * 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. diff --git a/doc/libtool.texi b/doc/libtool.texi index 87860b758..689c7f1fa 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -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 -- 2.47.3