* configure.ac (AM_INIT_AUTOMAKE): Remove 'readme-alpha' option,
as we are using three-part version numbers that do not signify
alpha releases.
diff --git a/ChangeLog b/ChangeLog
index 53297d9..b359e10 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 54b88c6..f1d6348 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 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.