[v0,03/10] autoupdate: replace obsolete macros AC_PROG_LIBTOOL

Message ID 20240528094949.1299120-4-matthieu.longo@arm.com
State New
Headers
Series Fix obsolescence warnings when regenerating build scripts with autoreconf-2.72 |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 success Testing passed
linaro-tcwg-bot/tcwg_binutils_build--master-arm success Testing passed
linaro-tcwg-bot/tcwg_binutils_check--master-aarch64 success Testing passed
linaro-tcwg-bot/tcwg_binutils_check--master-arm success Testing passed

Commit Message

Matthieu Longo May 28, 2024, 9:49 a.m. UTC
  - AC_PROG_LIBTOOL by LT_INIT
  https://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html#index-LT_005fINIT
---
 zlib/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/zlib/configure.ac b/zlib/configure.ac
index b50b9c7b426..fa1c8fedd6b 100644
--- a/zlib/configure.ac
+++ b/zlib/configure.ac
@@ -60,7 +60,7 @@  m4_rename_force([real_PRECIOUS],[_AC_ARG_VAR_PRECIOUS])
 
 AC_SUBST(CFLAGS)
 
-AC_PROG_LIBTOOL
+LT_INIT
 
 # Find CPP now so that any conditional tests below won't do it and
 # thereby make the resulting definitions conditional.