aboutsummaryrefslogtreecommitdiff
Remove/patch unreproducible config data.

diff --git a/configure b/configure
index eb9f346..ebab94d 100755
--- a/configure
+++ b/configure
@@ -23163,7 +23163,7 @@ H4_VERSION="`cut -d' ' -f3 $srcdir/README.txt | head -1`"
 
 
 ## Configuration date
- CONFIG_DATE="`date`"
+CONFIG_DATE=`date -u -d "@$SOURCE_DATE_EPOCH"`
 
 ## User doing the configuration
  CONFIG_USER="`whoami`@`hostname`"
diff --git a/libhdf4.settings.in b/libhdf4.settings.in
index 1d9bbb9..4180d72 100644
--- a/libhdf4.settings.in
+++ b/libhdf4.settings.in
@@ -5,10 +5,10 @@ General Information:
 -------------------
 		   HDF4 Version: @H4_VERSION@
 		  Configured on: @CONFIG_DATE@
-		  Configured by: @CONFIG_USER@
+		  Configured by: guix
 		 Configure mode: @CONFIG_MODE@
-		    Host system: @host_cpu@-@host_vendor@-@host_os@
-              Uname information: @UNAME_INFO@
+		    Host system: guix
+              Uname information: guix
 		      Libraries: @STATIC_SHARED@
 	     Installation point: @prefix@
 
-- 
2.10.0
scm?id=6fd52309b8f52c9bb59fccffac53e029ce94b698'>gnu: Use HTTPS for almost all gnu.org HOME-PAGEs....Tobias Geerinckx-Rice 2016-12-01gnu: nasm: Update to 2.12.02....Efraim Flashner 2016-12-01gnu: nasm: Switch patch to phase....Efraim Flashner 2016-12-01gnu: nasm: Allow building on all systems....Efraim Flashner 2016-10-27gnu: lightning: Add missing input....Efraim Flashner 2016-06-22gnu: lightning: Fix typo....Alex Kost 2016-06-22gnu: lightning: Move to (gnu packages assembly)....Alex Kost 2016-06-21gnu: nasm: Make build bit-reproducible....Jan Nieuwenhuizen 2016-06-21gnu: yasm: Move to (gnu packages assembly)....Ludovic Courtès 2016-06-21gnu: Add nasm....Jan Nieuwenhuizen