From: K.Kosako Date: Fri, 31 Aug 2018 04:16:27 +0000 (+0900) Subject: fix #98: AM_PROG_LIBTOOL is deprecated X-Git-Tag: v6.9.0~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfd890851a4feccd47a33170baa37f054d2ffbd3;p=onig fix #98: AM_PROG_LIBTOOL is deprecated --- diff --git a/configure.ac b/configure.ac index 5768db9..ae99d9e 100644 --- a/configure.ac +++ b/configure.ac @@ -39,7 +39,7 @@ fi dnl Checks for programs. AC_PROG_CC -AM_PROG_LIBTOOL +LT_INIT LTVERSION="5:0:0" AC_SUBST(LTVERSION)