[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Wed, 30 Nov 2022 12:29:23 -0500 (EST) |
branch: release/7.0
commit 7dd7ce67a41e9fb7b054e7a2b88995bbe124fa8d
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Nov 30 17:03:40 2022 +0000
* configure.ac (AM_INIT_AUTOMAKE): Remove 'readme-alpha' option,
as we are using three-part version numbers that do not signify
alpha releases.
---
ChangeLog | 6 ++++++
configure.ac | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 53297d90cd..b359e10333 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-11-30 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * configure.ac (AM_INIT_AUTOMAKE): Remove 'readme-alpha' option,
+ as we are using three-part version numbers that do not signify
+ alpha releases.
+
2022-11-19 Patrice Dumas <pertusus@free.fr>
Add Pod/Simple/Texinfo.pm HTML output to wwwdoc
diff --git a/configure.ac b/configure.ac
index 54b88c6e4b..f1d6348c5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ AC_CONFIG_AUX_DIR([build-aux])
dnl tar-ustar because we have long filenames for some test files.
dnl parallel-tests as recommended by stefano.
AM_INIT_AUTOMAKE([1.14 dist-xz
- info-in-builddir parallel-tests readme-alpha tar-ustar])
+ info-in-builddir parallel-tests tar-ustar])
# Where to generate output; srcdir location.
AC_CONFIG_HEADERS([config.h:config.in])dnl Keep filename to 8.3 for MS-DOS.
- release/7.0 updated (713f496d72 -> 2093b6b286), Gavin D. Smith, 2022/11/30
- [no subject], Gavin D. Smith, 2022/11/30
- [no subject], Gavin D. Smith, 2022/11/30
- [no subject], Gavin D. Smith, 2022/11/30
- [no subject],
Gavin D. Smith <=
- [no subject], Gavin D. Smith, 2022/11/30
- [no subject], Gavin D. Smith, 2022/11/30
- [no subject], Gavin D. Smith, 2022/11/30