From: Alexandre Oliva Date: Mon, 12 Apr 1999 05:39:45 +0000 (+0000) Subject: * doc/libtool.texi (Invoking ltconfig): Document --cache-file. X-Git-Tag: release-1-3~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1994b3f853be7f05c0c1b66b96b3d0fd01f047b;p=thirdparty%2Flibtool.git * doc/libtool.texi (Invoking ltconfig): Document --cache-file. --- diff --git a/ChangeLog b/ChangeLog index 25f57d60f..36014f00f 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 d0e3a27e5..2537045a9 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