Description: Make build reproducible
 Remove timestamps and other non-reproducible, irrelevant data from files produced.
Author: Thibaut Paumard <thibaut@debian.org>
Origin: Vendor
Forwarded: no
Last-Update: 2015-05-20
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/configure
+++ b/configure
@@ -41,8 +41,6 @@
 curdate=`date`
 cursystem=`uname -a`
 cat >Make.cfg <<EOF
-# Make.cfg built by configure script on $curdate
-# $cursystem
 SHELL=/bin/sh
 EOF
 
--- a/mpy/configure
+++ b/mpy/configure
@@ -144,8 +144,6 @@
 
 cat >Makempy <<EOF
 # Makempy configure results for mpy
-# generated by mpy configure script on $curdate
-# $cursystem
 
 CC=$mpicc_exe
 FC=$mpifc_exe
--- a/play/unix/config.sh
+++ b/play/unix/config.sh
@@ -19,8 +19,7 @@
 #endif
 EOF
 cat >config.0h <<EOF
-/* config.h from config.sh script $curdate
- * $cursystem
+/* config.h from config.sh script
  * always empty -- see D_... defines in Make.cfg
  */
 EOF
