]> git.ipfire.org Git - thirdparty/libtool.git/commit
Rename option --with-aix-soname to --enable-aix-soname.
authorBruno Haible <bruno@clisp.org>
Mon, 29 Jan 2024 15:58:48 +0000 (16:58 +0100)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Fri, 13 Sep 2024 17:19:33 +0000 (20:19 +0300)
commit6c8203d2aef6e3bcd4c1339a6d69962a1be517e6
tree395800f09134f7e52fd33a1cd18a89058584f05d
parent9a8535f4e951f25e4fbf5a50e3296a3909fa3a79
Rename option --with-aix-soname to --enable-aix-soname.

Reported at <https://savannah.gnu.org/support/index.php?110674>.

* doc/libtool.texi (LT_INIT): Talk about --enable-aix-soname instead of --with-aix-soname.
* m4/ltoptions.m4 (_LT_WITH_AIX_SONAME): Use AC_ARG_ENABLE instead of
AC_ARG_WITH. In the default case, use _AC_ENABLE_IF, in order to still
recognize the old option --with-aix-soname.
* m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER): Update comment.
* configure.ac: Update comment.
* NEWS: Mention the change.
NEWS
configure.ac
doc/libtool.texi
m4/libtool.m4
m4/ltoptions.m4