aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2011-05-23 18:30:30 +0300
committerLasse Collin <lasse.collin@tukaani.org>2011-05-23 18:30:30 +0300
commit21b45b9bab541f419712cbfd473ccc31802e0397 (patch)
treed44217be9d6c9619248fe6dec78056a00630c0b5 /Makefile.am
parentUpdate NEWS for 5.0.3. (diff)
downloadxz-21b45b9bab541f419712cbfd473ccc31802e0397.tar.xz
Build: Set GZIP_ENV=-9n in top-level Makefile.am.
Diffstat (limited to '')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2ce74aa5..1e7ba612 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,6 +5,9 @@
## You can do whatever you want with this file.
##
+# Use -n to prevent gzip from adding a timestamp to the .gz headers.
+GZIP_ENV = -9n
+
DIST_SUBDIRS = lib src po tests debug
SUBDIRS =