[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: remove dist-xz option for faster testing
From: |
Gavin D. Smith |
Subject: |
branch master updated: remove dist-xz option for faster testing |
Date: |
Tue, 31 Dec 2024 17:08:05 -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 694b6de215 remove dist-xz option for faster testing
694b6de215 is described below
commit 694b6de21545bfa90109f0599047f4e53db6ea0e
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Dec 31 22:07:53 2024 +0000
remove dist-xz option for faster testing
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 4c17174f73..120847726f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ AC_INIT([GNU Texinfo], [7.2], [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.1 dist-xz
+AM_INIT_AUTOMAKE([1.16.1
info-in-builddir parallel-tests tar-ustar])
AC_CONFIG_MACRO_DIRS([build-aux/m4 gnulib/m4])
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: remove dist-xz option for faster testing,
Gavin D. Smith <=