configure.ac: use LT_INIT instead of AC_PROG_LIBTOOL

The latter is diagnosed as obsolete in Autoconf 2.70.

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
This commit is contained in:
Ryusuke Konishi 2022-06-18 08:08:09 +09:00
parent ba15536547
commit 85ce12e08c

View File

@ -20,7 +20,8 @@ AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_USE_SYSTEM_EXTENSIONS
AC_PROG_LIBTOOL
LT_PREREQ([2.4])
LT_INIT
AC_PATH_PROG([LDCONFIG], [ldconfig],
[AC_MSG_ERROR([ldconfig not found])],
[$PATH:/sbin])