summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-09-09 11:14:12 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2020-09-09 11:30:22 -0700
commit1021a92aa915ac500b2be267dde6acf342b86038 (patch)
treeb7b6a00f88cdc529da9390a2f01566f799bfeef2 /configure.ac
parent69be8bc55396fec1b2f002a844e029fed1cda4a8 (diff)
downloadgrep-1021a92aa915ac500b2be267dde6acf342b86038.tar.gz
Distribute a gzip tarball again
Requested by Issam E. Maghni in: https://lists.gnu.org/r/grep-devel/2020-09/msg00000.html * configure.ac (AM_INIT_AUTOMAKE): Remove no-dist-gzip.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c5b3c4d3..8ac7013c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ AC_PREREQ([2.64])
AC_CONFIG_MACRO_DIRS([m4])
dnl Automake stuff.
-AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz color-tests parallel-tests
+AM_INIT_AUTOMAKE([1.11 dist-xz color-tests parallel-tests
subdir-objects])
AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.