From: Mike Frysinger Date: Wed, 23 Feb 2022 05:44:11 +0000 (-0500) Subject: manual: mention LT_INIT X-Git-Tag: v1.16i~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5dc4e0aeca11a998396f5328ce2a12fa2afd9af;p=thirdparty%2Fautomake.git manual: mention LT_INIT The AC_PROG_LIBTOOL macro name is the old/deprecated one, so include LT_INIT here too to avoid confusing people who have switched. * doc/automake.texi: Add LT_INIT after AC_PROG_LIBTOOL. --- diff --git a/doc/automake.texi b/doc/automake.texi index b6a38dc27..21c49645e 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -3152,6 +3152,7 @@ distributed with Autoconf version 2.58 and later. @xref{Particular Programs, , Particular Program Checks, autoconf, The Autoconf Manual}. @item AC_PROG_LIBTOOL +@itemx LT_INIT Automake will turn on processing for @command{libtool} (@pxref{Top, , Introduction, libtool, The Libtool Manual}).