]> git.ipfire.org Git - thirdparty/iptables.git/commit
build: replace `AM_PROG_LIBTOOL` and `AC_DISABLE_STATIC` with `LT_INIT`
authorJeremy Sowden <jeremy@azazel.net>
Fri, 1 Oct 2021 17:41:41 +0000 (18:41 +0100)
committerFlorian Westphal <fw@strlen.de>
Tue, 18 Jan 2022 12:22:58 +0000 (13:22 +0100)
commitb32ae771c8cd7f0b72e4e21cd7d388c745fbae41
tree8f7843f54992063b04561ed9ff9f274fbf41c1d2
parent05286bab77a6e0f9502e8fb99e1c53ed15663f3f
build: replace `AM_PROG_LIBTOOL` and `AC_DISABLE_STATIC` with `LT_INIT`

`AM_PROG_LIBTOOL` is superseded by `LT_INIT`, which also accepts options
to control the defaults for creating shared or static libraries.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Florian Westphal <fw@strlen.de>
configure.ac