mirror of https://github.com/intel/libva-utils.git
libva-utils: Switch AC_PROG_LIBTOOL to LT_INIT
fedora-review complain on this old deprecated macro - rhbz#1437937
Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
(cherry picked from commit 3e0dc1575c
)
This commit is contained in:
parent
6ccfd0fec2
commit
5f5137b7d7
|
@ -95,8 +95,8 @@ AC_ARG_ENABLE([tests],
|
|||
[], [enable_tests="no"])
|
||||
|
||||
|
||||
LT_INIT
|
||||
AC_DISABLE_STATIC
|
||||
AC_PROG_LIBTOOL
|
||||
AC_PROG_CC
|
||||
AC_PROG_CXX
|
||||
AM_PROG_CC_C_O
|
||||
|
|
Loading…
Reference in New Issue