[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Tue, 6 Aug 2024 20:28:13 -0400 (EDT) |
branch: master
commit 38e50414498aab733b7cda904c0a868f7ef2b91b
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Aug 7 00:59:18 2024 +0100
temporarily remove dist-xz for speed
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 5b1fffb5d5..bc5b1c1aca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ AC_INIT([GNU Texinfo], [7.1.90], [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])
# Where to generate output; srcdir location.