]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
AC_PROG_LIBTOOL → LT_INIT
authorDimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
Sat, 28 Aug 2021 06:08:08 +0000 (09:08 +0300)
committerDimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
Fri, 3 Dec 2021 16:44:04 +0000 (17:44 +0100)
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>
configure.ac

index abba750a618a7d6ec712a671f500b1167292d4de..39c7d776c119b005010739308d408c12b291cd42 100644 (file)
@@ -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