summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Nieuwenhuizen <janneke@gnu.org>2020-02-27 21:40:23 +0000
committerPádraig Brady <P@draigBrady.com>2020-02-27 21:55:57 +0000
commit516cdf38af92f917fe8cd0e62a3080bf763f3c0c (patch)
tree7078cd4752a6d19b74de42bd108441aa04a52cff
parentmaint: ensure .deps/ in the project root is ignored by git (diff)
downloadcoreutils-516cdf38af92f917fe8cd0e62a3080bf763f3c0c.tar.gz
coreutils-516cdf38af92f917fe8cd0e62a3080bf763f3c0c.zip
build: once again distribute .tar.gz files
* configure.ac: Reenable distribution of gzip-compressed tarballs, for Guix bootstrapping reasons as discussed at: https://lists.gnu.org/r/coreutils/2020-02/msg00042.html * THANKS.in: Remove me, as now a committer. * NEWS (Build-related): Mention this.
-rw-r--r--NEWS4
-rw-r--r--THANKS.in1
-rw-r--r--configure.ac3
3 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 841f3f854..9f365372b 100644
--- a/NEWS
+++ b/NEWS
@@ -93,6 +93,10 @@ GNU coreutils NEWS -*- outline -*-
"ppc-cmm-fs", and "z3fold" file systems.
stat -f -c%T now reports the file system type, and tail -f uses inotify.
+** Build-related
+
+ gzip-compressed tarballs are distributed once again
+
* Noteworthy changes in release 8.31 (2019-03-10) [stable]
diff --git a/THANKS.in b/THANKS.in
index 48f6c04c7..0424c22fb 100644
--- a/THANKS.in
+++ b/THANKS.in
@@ -279,7 +279,6 @@ Jamie McClelland jm@mayfirst.org
Jan Engelhardt jengelh@medozas.de
Jan Fedak J.Fedak@sh.cvut.cz
Jan Moringen jan.moringen@uni-bielefeld.de
-Jan Nieuwenhuizen janneke@gnu.org
Janos Farkas chexum@shadow.banki.hu
Jan-Pawel Wrozstinski jpwroz@gmail.com
Jari Aalto jari.aalto@cante.net
diff --git a/configure.ac b/configure.ac
index e123e981a..c2ad08c39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,8 +35,7 @@ AC_CONFIG_SRCDIR([src/ls.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])
-AM_INIT_AUTOMAKE([1.11.2 no-dist-gzip dist-xz color-tests parallel-tests
- subdir-objects])
+AM_INIT_AUTOMAKE([1.11.2 dist-xz color-tests parallel-tests subdir-objects])
AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
dnl POSIXCHECK is worthwhile for maintainers, but adds several seconds