]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
autoupdate: replace obsolete macros AC_PROG_LIBTOOL
authorMatthieu Longo <matthieu.longo@arm.com>
Tue, 28 May 2024 09:49:42 +0000 (10:49 +0100)
committerAlan Modra <amodra@gmail.com>
Sun, 9 Jun 2024 22:55:55 +0000 (08:25 +0930)
- AC_PROG_LIBTOOL by LT_INIT
  https://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html#index-LT_005fINIT

zlib/configure.ac

index b50b9c7b42617344793d2999e48da0b4b2bede9e..fa1c8fedd6b1a44fbaeec03c9f679c1248c0d292 100644 (file)
@@ -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.