mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
* doc/libtool.texi (LT_INIT): Fix a logical error with
documentation of --with-pic vs --without-pic.
This commit is contained in:
parent
9af1d3e4e7
commit
8bf8d96f87
@ -1,3 +1,8 @@
|
|||||||
|
2005-09-01 Gary V. Vaughan <gary@gnu.org>
|
||||||
|
|
||||||
|
* doc/libtool.texi (LT_INIT): Fix a logical error with
|
||||||
|
documentation of --with-pic vs --without-pic.
|
||||||
|
|
||||||
2005-09-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
2005-09-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
|
|
||||||
* libltdl/m4/ltoptions.m4 (_LT_SET_OPTIONS): m4_defun this..
|
* libltdl/m4/ltoptions.m4 (_LT_SET_OPTIONS): m4_defun this..
|
||||||
|
@ -1982,12 +1982,12 @@ specifying @option{--enable-static} to @command{configure}.
|
|||||||
@item pic-only
|
@item pic-only
|
||||||
Change the default behaviour for @command{libtool} to try to use only
|
Change the default behaviour for @command{libtool} to try to use only
|
||||||
@sc{pic} objects. The user may still override this default by specifying
|
@sc{pic} objects. The user may still override this default by specifying
|
||||||
@option{--with-pic} to @command{configure}.
|
@option{--without-pic} to @command{configure}.
|
||||||
|
|
||||||
@item no-pic
|
@item no-pic
|
||||||
Change the default behaviour of @command{libtool} to try to use only
|
Change the default behaviour of @command{libtool} to try to use only
|
||||||
non-@sc{pic} objects. The user may still override this default by
|
non-@sc{pic} objects. The user may still override this default by
|
||||||
specifying @option{--without-pic} to @command{configure}.
|
specifying @option{--with-pic} to @command{configure}.
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user