From 572618e3f50f214a875d72b631115b67450fa939 Mon Sep 17 00:00:00 2001 From: evpobr Date: Mon, 12 Feb 2018 11:53:55 -0500 Subject: autotools: use LT_INIT instead of obsolete AM_PROG_LIBTOOL Signed-off-by: Tristan Matthews --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 588d2f5..ee29978 100644 --- a/configure.ac +++ b/configure.ac @@ -2,6 +2,8 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([libogg],[1.3.3],[ogg-dev@xiph.org]) +LT_INIT +AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(src/framing.c) AM_INIT_AUTOMAKE @@ -17,7 +19,6 @@ AC_SUBST(LIB_REVISION) AC_SUBST(LIB_AGE) AC_PROG_CC -AM_PROG_LIBTOOL AM_PROG_CC_C_O dnl Set some options based on environment -- cgit v1.2.1