mirror of
https://https.git.savannah.gnu.org/git/diffutils.git
synced 2026-01-27 01:44:20 +00:00
maint: once again distribute .tar.gz files
* configure.ac: Reenable distribution of gzip-compressed tarballs, to help reduce the size of the Guix seed, as discussed at https://lists.gnu.org/r/coreutils/2020-02/msg00042.html and https://lists.gnu.org/r/sed-devel/2020-01/msg00013.html * NEWS (Release): Mention this. Requested by Nicolas Boos
This commit is contained in:
parent
cdc6f1490f
commit
ea7c073d2d
4
NEWS
4
NEWS
@ -66,6 +66,10 @@ GNU diffutils NEWS -*- outline -*-
|
||||
when comparing files in a mutating file system.
|
||||
[bug present since "the beginning"]
|
||||
|
||||
** Release
|
||||
|
||||
distribute gzip-compressed tarballs once again
|
||||
|
||||
|
||||
* Noteworthy changes in release 3.10 (2023-05-21) [stable]
|
||||
|
||||
|
||||
@ -28,8 +28,7 @@ AC_CONFIG_SRCDIR([src/diff.c])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip subdir-objects
|
||||
color-tests parallel-tests])
|
||||
AM_INIT_AUTOMAKE([1.11 dist-xz subdir-objects color-tests parallel-tests])
|
||||
AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
|
||||
|
||||
AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user