From: Matthieu Longo Date: Tue, 28 May 2024 09:49:42 +0000 (+0100) Subject: autoupdate: replace obsolete macros AC_PROG_LIBTOOL X-Git-Tag: binutils-2_43~485 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a8f592c7618ba2054683469e0c8909273ca4e7d;p=thirdparty%2Fbinutils-gdb.git 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 --- 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.