+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>
* libltdl/m4/ltoptions.m4 (_LT_SET_OPTIONS): m4_defun this..
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)
@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