libtool/m4
Ileana Dumitrescu 3e6c6284a7
libtoolize: Fix conflicting warnings about AC_PROG_RANLIB
The macro _LT_CMD_OLD_ARCHIVE inlines the definition of AC_PROG_RANLIB,
which seems to be outdated functionality. Running autoscan in a
directory with ltmain.sh produces conflicting warnings with libtoolize
about AC_PROG_RANLIB. Autoconf warns that AC_PROG_RANLIB is missing,
but libtoolize warns that it is obsolete. The outdated warning should
no longer appear after replacing AC_CHECK_TOOL(RANLIB, ranlib, :) with
AC_REQUIRE([AC_PROG_RANLIB]).

* m4/libtool.m4: Use AC_REQUIRE([AC_PROG_RANLIB]).
* Makefile.am: Added in tests/bug_42313.at.
* tests/bug_42313.at: Contains test cases for bug 42313.
2024-09-13 20:19:34 +03:00
..
.gitignore gnulib: update submodule to new repository. 2022-02-08 13:32:47 -06:00
autobuild.m4 maint: update copyrights across project 2024-01-12 01:35:32 -05:00
libtool.m4 libtoolize: Fix conflicting warnings about AC_PROG_RANLIB 2024-09-13 20:19:34 +03:00
lt~obsolete.m4 maint: update copyrights across project 2024-01-12 01:35:32 -05:00
ltargz.m4 maint: update copyrights across project 2024-01-12 01:35:32 -05:00
ltdl.m4 m4: Increment serial for recent changes 2024-07-24 17:20:54 +03:00
ltoptions.m4 Rename option --with-aix-soname to --enable-aix-soname. 2024-09-13 20:19:33 +03:00
ltsugar.m4 maint: update copyrights across project 2024-01-12 01:35:32 -05:00
ltversion.in maint: update copyrights across project 2024-01-12 01:35:32 -05:00
m4.m4 maint: update copyrights across project 2024-01-12 01:35:32 -05:00