diff configure.ac @ 24077:e483dcb5777d

build the source distribution archives reproducibly * Makefile.am (GZIP_ENV): Override default for a deterministic gzip. (SOURCE_MTIME): Define to the value printed by get-source-mtime.sh. (TAR_OPTIONS): Define to GNU tar options for making deterministic archives and export for tar to inherit by default. * build-aux/get-source-mtime.sh: New script. * build-aux/module.mk (EXTRA_DIST): Include it in the list. * m4/acinclude.m4 (OCTAVE_PROG_TAR_REPRODUCIBLE): New macro. * configure.ac: Use it.
author Mike Miller <mtmiller@octave.org>
date Thu, 21 Sep 2017 14:19:10 -0700
parents 49e37560e0fe
children e2dc75c661ac
line wrap: on
line diff
--- a/configure.ac	Tue Oct 11 15:20:35 2016 +0200
+++ b/configure.ac	Thu Sep 21 14:19:10 2017 -0700
@@ -203,6 +203,8 @@
 OCTAVE_PROG_TEXI2DVI
 OCTAVE_PROG_TEXI2PDF
 
+OCTAVE_PROG_TAR_REPRODUCIBLE
+
 ## Programs used when installing Octave.
 AC_PROG_LN_S
 AC_PROG_MKDIR_P