texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Gavin D. Smith
Date: Wed, 30 Nov 2022 12:04:45 -0500 (EST)

branch: master
commit e19ef75282ce3e732435538ffa0268956a0496dd
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 0ec50a08f6..eee756a951 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-30  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * NEWS: Add 7.0.1 news.
diff --git a/configure.ac b/configure.ac
index f1f0b64efa..be09b39b3b 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.16.2 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]