diff options
| author | Pablo Neira Ayuso <pablo@netfilter.org> | 2025-08-18 12:21:18 +0200 |
|---|---|---|
| committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2025-08-18 12:22:35 +0200 |
| commit | b1532c65d3b73fc24dd2701a56fe773518b03eb5 (patch) | |
| tree | 926205d423825f12ec8af382afec7b6860a679b4 | |
| parent | 5d0262910ddf9c8d5baf74fe54e3389478baad81 (diff) | |
build: replace AM_PROG_LIBTOOL by LT_INIT
To fix this warning when running autoreconf:
configure.ac:35: warning: The macro `AM_PROG_LIBTOOL' is obsolete.
configure.ac:35: You should run autoupdate.
m4/libtool.m4:101: AM_PROG_LIBTOOL is expanded from...
configure.ac:35: the top level
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c5f0760..17fce44 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ AS_IF([test "$enable_man_pages" = yes], AC_PROG_CC AM_PROG_CC_C_O AC_DISABLE_STATIC -AM_PROG_LIBTOOL +LT_INIT AC_PROG_INSTALL CHECK_GCC_FVISIBILITY |
