aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2021-04-20 22:24:48 -0500
committerJacob Bachmeyer <jcb@gnu.org>2021-04-20 22:24:48 -0500
commite3e1e07e96f4ff99a0465164ddd4b1c9eadd88c6 (patch)
tree097ec6bd97f039893f7496808192a9bb2fbff525 /ChangeLog
parentd0f104991b9e6134f04bc674af115bc288c9e137 (diff)
Adjust Automake options to build maximally portable tarballs
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd0955e..b7fb1f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2021-04-20 Jacob Bachmeyer <jcb@gnu.org>
+
+ * configure.ac: Set Automake options to use the ancient and
+ universal V7 format when building distribution tarballs. The
+ limitations of this format are not expected to impact DejaGnu; the
+ "ustar" format will be used instead if this is proved wrong.
+
+ * Makefile.am (TAR_OPTIONS): Add exported environment variable to
+ set options when building distribution tarballs. Ensure that all
+ files in distribution tarballs will be recorded as owned by root.
+
2021-04-16 Jacob Bachmeyer <jcb@gnu.org>
PR47382