From: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com> Date: Sat, 28 Aug 2021 06:08:08 +0000 (+0300) Subject: AC_PROG_LIBTOOL → LT_INIT X-Git-Tag: v8.20~38^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=254f8bb9986a15788c4d4119efdcb61efb4d863c;p=users%2Fdwmw2%2Fopenconnect.git AC_PROG_LIBTOOL → LT_INIT Run autopudate on configure.ac. According to the Libtool manual, AC_PROG_LIBTOOL and AM_PROG_LIBTOOL are deprecated names for older versions of LT_INIT: https://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com> --- diff --git a/configure.ac b/configure.ac index abba750a..39c7d776 100644 --- a/configure.ac +++ b/configure.ac @@ -820,7 +820,7 @@ fi AC_PROG_EGREP # Needs to happen after we default to static/shared libraries based on OpenSSL -AC_PROG_LIBTOOL +LT_INIT if test "$use_openbsd_libtool" = "true" && test -x /usr/bin/libtool; then echo using OpenBSD libtool LIBTOOL=/usr/bin/libtool