From: Rodger Combs Date: Sun, 26 Oct 2014 00:47:23 +0000 (-0500) Subject: Use LT_INIT for better autoreconf compatibility X-Git-Tag: 0.12.1~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf6dbcafd7f9e17f6f9e807c23de020d91e1c72e;p=libass Use LT_INIT for better autoreconf compatibility --- diff --git a/configure.ac b/configure.ac index 0a216dd..5575dfd 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_CONFIG_MACRO_DIR([m4]) # Disable C++/Fortran checks define([AC_LIBTOOL_LANG_CXX_CONFIG], [:]) define([AC_LIBTOOL_LANG_F77_CONFIG], [:]) -AC_PROG_LIBTOOL +LT_INIT AC_CONFIG_SRCDIR([libass/ass.c]) AC_CONFIG_HEADER([config.h])