mirror of
https://https.git.savannah.gnu.org/git/libtool.git
synced 2026-01-26 15:39:10 +00:00
Reported at <https://savannah.gnu.org/support/index.php?110674>. * doc/libtool.texi (LT_INIT): Talk about --enable-pic instead of --with-pic, and about --disable-pic instead of --without-pic. (Test descriptions): Likewise. * m4/ltoptions.m4 (_LT_WITH_PIC): Use AC_ARG_ENABLE instead of AC_ARG_WITH. In the default case, use _AC_ENABLE_IF, in order to still recognize the old options --with-pic and --without-pic. * tests/demo.at: Add a test for --enable-pic, keeping the test for --with-pic. Test '--disable-pic' instead of '--with-pic=no'. * tests/with-pic.at: Test --enable-pic instead of --with-pic. * NEWS: Mention the change.