summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2020-04-29 12:41:52 +0200
committerTim Rühsen <tim.ruehsen@gmx.de>2020-05-01 07:54:54 +0200
commit5a58370864e04f5dbb05b0ae453e6fa592a93175 (patch)
tree58687a028891ef03bafbb1cd5e6e424e6ab93b5b /configure.ac
parent7c0c1e7772a190fd601bdc033952b19864abc242 (diff)
downloadgnutls-5a58370864e04f5dbb05b0ae453e6fa592a93175.tar.gz
New make target 'update-copyright-year'tmp-reproducible-build
We don't want to automatically update the copyright year as this prevents reproducible builds. Instead, 'make update-copyright-year' has to be executed at the start of each new year and the changes have to be pushed. Closes #980 Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 2d0a42665e..2fe8dd6883 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1098,10 +1098,6 @@ AC_DEFINE([fread_file], [_gnutls_fread_file], [static lib rename])
AC_DEFINE([read_file], [_gnutls_read_file], [static lib rename])
AC_DEFINE([read_binary_file], [_gnutls_read_binary_file], [static lib rename])
-dnl Some variables needed in makefiles
-YEAR=`date +%Y`
-AC_SUBST([YEAR], $YEAR)
-
dnl configuration options for config file parsing (inih)
AC_DEFINE([INI_MAX_LINE], 2048, [inih maximum line size])
AC_DEFINE([INI_ALLOW_INLINE_COMMENTS], 1, [whether to allowin inline comments])