texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * configure.ac (AM_INIT_AUTOMAKE): Remove dist-xz


From: Gavin D. Smith
Subject: branch master updated: * configure.ac (AM_INIT_AUTOMAKE): Remove dist-xz option for development as it is too slow.
Date: Sat, 03 Dec 2022 05:24:20 -0500

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 454ed55f99 * configure.ac (AM_INIT_AUTOMAKE): Remove dist-xz option 
for development as it is too slow.
454ed55f99 is described below

commit 454ed55f994327022a61dea7369844736eff5fa1
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Dec 3 10:24:11 2022 +0000

    * configure.ac (AM_INIT_AUTOMAKE): Remove dist-xz option for
    development as it is too slow.
---
 ChangeLog    | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 5e9aa09c08..988e7a1177 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-12-03  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * configure.ac (AM_INIT_AUTOMAKE): Remove dist-xz option for
+       development as it is too slow.
+
 2022-12-03  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * tp/texi2any.pl: Give a warning if input filename ends in '.info'.
diff --git a/configure.ac b/configure.ac
index be09b39b3b..e51352ad30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ 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.
 dnl parallel-tests as recommended by stefano.
-AM_INIT_AUTOMAKE([1.16.2 dist-xz
+AM_INIT_AUTOMAKE([1.16.2
                  info-in-builddir parallel-tests tar-ustar])
 
 # Where to generate output; srcdir location.



reply via email to

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