From: Alexandre Oliva Date: Mon, 12 Apr 1999 05:39:52 +0000 (+0000) Subject: * doc/libtool.texi (Invoking ltconfig): Document --cache-file. X-Git-Tag: release-1-3b~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bf12d64b8e9bb879366038e76365592f94293f6;p=thirdparty%2Flibtool.git * doc/libtool.texi (Invoking ltconfig): Document --cache-file. --- 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