Description: Use SOURCE_DATE_EPOCH instead of current year in copyright message This should make the build reproducible Author: Graham Inggs Last-Update: 2016-04-15 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.65) AC_INIT([htop],[2.0.1],[hisham@gobolinux.org]) -year=$(date +%Y) +year=$(date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y) # The following two lines are required by hwloc scripts AC_USE_SYSTEM_EXTENSIONS