[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: manual: mention LT_INIT
From: |
Mike Frysinger |
Subject: |
[automake-commit] branch master updated: manual: mention LT_INIT |
Date: |
Wed, 23 Feb 2022 23:45:35 -0500 |
This is an automated email from the git hooks/post-receive script.
vapier pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=d5dc4e0aeca11a998396f5328ce2a12fa2afd9af
The following commit(s) were added to refs/heads/master by this push:
new d5dc4e0ae manual: mention LT_INIT
d5dc4e0ae is described below
commit d5dc4e0aeca11a998396f5328ce2a12fa2afd9af
Author: Mike Frysinger <vapier@gentoo.org>
AuthorDate: Wed Feb 23 00:44:11 2022 -0500
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.
---
doc/automake.texi | 1 +
1 file changed, 1 insertion(+)
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}).
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [automake-commit] branch master updated: manual: mention LT_INIT,
Mike Frysinger <=