mirror of
https://github.com/nilfs-dev/nilfs-utils.git
synced 2026-01-26 13:43:15 +00:00
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:
parent
ba15536547
commit
85ce12e08c
@ -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])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user