From: Jeremy Sowden Date: Thu, 29 Dec 2022 16:35:05 +0000 (+0100) Subject: build: replace obsolete `AC_PROG_LIBTOOL` macro with `LT_INIT` X-Git-Tag: v3.23~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0454ff692a2b9c9a03d7d0a112fce85fcd8d54d7;p=thirdparty%2Fxtables-addons.git build: replace obsolete `AC_PROG_LIBTOOL` macro with `LT_INIT` --- diff --git a/configure.ac b/configure.ac index 5494257..5d07a10 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_PROG_CC AM_PROG_CC_C_O m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) AC_DISABLE_STATIC -AC_PROG_LIBTOOL +LT_INIT AC_ARG_WITH([kbuild], AS_HELP_STRING([--with-kbuild=PATH],