This is an automated email from the ASF dual-hosted git repository. mxmanghi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
The following commit(s) were added to refs/heads/master by this push: new b06fabc changing obsolete macro name AC_PROG_LIBTOOL into LT_INIT b06fabc is described below commit b06fabc3cef8dcbc7b3052ffec68dd13316ba81c Author: Massimo Manghi <massimo.man...@gmail.com> AuthorDate: Thu Jan 6 17:49:36 2022 +0100 changing obsolete macro name AC_PROG_LIBTOOL into LT_INIT --- ChangeLog | 3 +++ configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 22caa50..40dce86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2022-01-06 Massimo Manghi <mxman...@apache.org> + * configure.ac: changing obsolete macro AC_PROG_LIBTOOL into LT_INIT + 2021-11-13 Massimo Manghi <mxman...@apache.org> * Changelog: release as Rivet 3.2.1 diff --git a/configure.ac b/configure.ac index a9c6f8a..e62fa51 100644 --- a/configure.ac +++ b/configure.ac @@ -94,12 +94,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-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org