[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * configure.ac (AM_INIT_AUTOMAKE): decrease requi
From: |
Patrice Dumas |
Subject: |
branch master updated: * configure.ac (AM_INIT_AUTOMAKE): decrease required automake version to 1.16.1, which requires @setfilename in Texinfo manuals, but it also the version still found for some platforms. |
Date: |
Wed, 24 Jan 2024 05:25:14 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 190e1d57a9 * configure.ac (AM_INIT_AUTOMAKE): decrease required
automake version to 1.16.1, which requires @setfilename in Texinfo manuals, but
it also the version still found for some platforms.
190e1d57a9 is described below
commit 190e1d57a9f5131546266e42e90dc8967bcd336a
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Jan 24 11:25:04 2024 +0100
* configure.ac (AM_INIT_AUTOMAKE): decrease required automake version
to 1.16.1, which requires @setfilename in Texinfo manuals, but it also
the version still found for some platforms.
---
ChangeLog | 6 ++++++
configure.ac | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 4bb1c99258..3e81c64d7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-01-23 Patrice Dumas <pertusus@free.fr>
+
+ * configure.ac (AM_INIT_AUTOMAKE): decrease required automake version
+ to 1.16.1, which requires @setfilename in Texinfo manuals, but it also
+ the version still found for some platforms.
+
2024-01-23 Patrice Dumas <pertusus@free.fr>
* info/Makefile.am (AUTOMAKE_OPTIONS): remove no-dist-built-sources,
diff --git a/configure.ac b/configure.ac
index d05dc01b5d..5c0393cd6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ AC_INIT([GNU Texinfo], [7.1dev], [bug-texinfo@gnu.org])
dnl Must come before AM_INIT_AUTOMAKE.
AC_CONFIG_AUX_DIR([build-aux])
dnl tar-ustar because we have long filenames for some test files.
-AM_INIT_AUTOMAKE([1.16.2
+AM_INIT_AUTOMAKE([1.16.1
info-in-builddir parallel-tests tar-ustar])
# Where to generate output; srcdir location.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * configure.ac (AM_INIT_AUTOMAKE): decrease required automake version to 1.16.1, which requires @setfilename in Texinfo manuals, but it also the version still found for some platforms.,
Patrice Dumas <=