You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tcl.apache.org by mx...@apache.org on 2022/01/06 17:02:59 UTC

[tcl-rivet] 01/03: changing obsolete macro name AC_PROG_LIBTOOL into LT_INIT

This is an automated email from the ASF dual-hosted git repository.

mxmanghi pushed a commit to branch quattuor
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git

commit 551cb358daf8d2cf00fbdb6992e95aa508986623
Author: Massimo Manghi <ma...@gmail.com>
AuthorDate: Thu Jan 6 17:49:36 2022 +0100

    changing obsolete macro name AC_PROG_LIBTOOL into LT_INIT
---
 ChangeLog    | 11 +++++++++++
 configure.ac |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 99e625e..a357f0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2022-01-06 Massimo Manghi <mx...@apache.org>
+	* configure.ac: changing obsolete macro AC_PROG_LIBTOOL into LT_INIT
+
+2021-11-06 Massimo Manghi <mx...@apache.org>
+	* configure.ac: remove duplicated call of macro AM_INIT_AUTOMAKE. Add macro AC_CONFIG_SRCDIR
+	* rivet/packages/form*.tcl: Update copyright lines, removed old svn symbols
+	* doc/xml/form.xml: documenting new switch -emit 
+
+2021-11-05 Massimo Manghi <mx...@apache.org>
+	* doc/xml/lazybridge.xml: update examples with latest modifications done to the lazy bridge
+
 2021-11-04 Massimo Manghi <mx...@apache.org>
 	* doc/xml/installation.xml: documenting new configure switch --enable-rivet-debug-build
 
diff --git a/configure.ac b/configure.ac
index 43a9885..600669b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,12 +87,12 @@ TEA_PREFIX
 TEA_SETUP_COMPILER
 
 #
-# For automake to be happy, we also need AC_PROG_LIBTOOL
+# For automake to be happy, we also need LT_INIT
 #
 # the LIBTOOL_DEPS macro sets up for automatic updating of the
 # libtool script if it becomes out of date, as per libtool docs
 #
-AC_PROG_LIBTOOL
+LT_INIT
 AC_SUBST(LIBTOOL_DEPS)
 
 #-----------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tcl.apache.org
For additional commands, e-mail: commits-help@tcl.apache.org