From 8bf8d96f87cb0b7384ecd231534d8d45e29325b6 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Thu, 1 Sep 2005 11:54:50 +0000 Subject: [PATCH] * doc/libtool.texi (LT_INIT): Fix a logical error with documentation of --with-pic vs --without-pic. --- ChangeLog | 5 +++++ doc/libtool.texi | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 53646d13..ae849373 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-01 Gary V. Vaughan + + * doc/libtool.texi (LT_INIT): Fix a logical error with + documentation of --with-pic vs --without-pic. + 2005-09-01 Ralf Wildenhues * libltdl/m4/ltoptions.m4 (_LT_SET_OPTIONS): m4_defun this.. diff --git a/doc/libtool.texi b/doc/libtool.texi index 1b1f8b17..15812ab2 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -622,7 +622,7 @@ libtool are the same ones you would use to produce an executable named a23$ @kbd{libtool --mode=link gcc -g -O -o libhello.la foo.o hello.o} *** Warning: Linking the shared library libhello.la against the non-libtool *** objects foo.o hello.o is not portable! -ar cru .libs/libhello.a +ar cru .libs/libhello.a ranlib .libs/libhello.a creating libhello.la (cd .libs && rm -f libhello.la && ln -s ../libhello.la libhello.la) @@ -1982,12 +1982,12 @@ specifying @option{--enable-static} to @command{configure}. @item pic-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 -@option{--with-pic} to @command{configure}. +@option{--without-pic} to @command{configure}. @item no-pic Change the default behaviour of @command{libtool} to try to use only 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