aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c2f98f9..cb668fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,7 @@ AC_C_INLINE
AC_CHECK_FUNCS([daemon])
# Set variables used in man page templates
-MAN_DATE=$(date +'%B %d, %Y')
+MAN_DATE=$(date -u -r ChangeLog +'%B %d, %Y')
MAN_PACKAGE_VERSION=$PACKAGE_VERSION
AC_SUBST([MAN_DATE])
AC_SUBST([MAN_PACKAGE_VERSION])