autoupdate: replace obsolete macros AC_PROG_LIBTOOL

- AC_PROG_LIBTOOL by LT_INIT
  https://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html#index-LT_005fINIT
This commit is contained in:
Matthieu Longo 2024-05-28 10:49:42 +01:00 committed by Alan Modra
parent 2cac47f5ba
commit 5a8f592c76

View 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.