From 1946ac415acf971b80a1415fedf189a638e5fee4 Mon Sep 17 00:00:00 2001 From: "Bernhard M. Wiedemann" Date: Wed, 31 Aug 2022 15:23:47 +0200 Subject: [PATCH] Use man-page date instead of build date to allow for reproducible builds of s3fs.1 This PR was done while working on reproducible builds for openSUSE. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 543e215..096f779 100644 --- a/configure.ac +++ b/configure.ac @@ -313,7 +313,7 @@ AC_COMPILE_IFELSE( dnl ---------------------------------------------- dnl build date dnl ---------------------------------------------- -AC_SUBST([MAN_PAGE_DATE], [$(date +"%B %Y")]) +AC_SUBST([MAN_PAGE_DATE], [$(date -r doc/man/s3fs.1.in +"%B %Y")]) dnl ---------------------------------------------- dnl output files