diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-24 12:27:11 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-24 12:27:11 +0900 |
| commit | 60f2efab89e5ea66261798274c5ce77e56e78da1 (patch) | |
| tree | 59ce5972ac9c1c0f11b4b375c9ce8f81102611fe /admin | |
| parent | 6a183830e0eaa1869eeeb212c74386cd11679c0f (diff) | |
| download | kvirc-60f2efab89e5ea66261798274c5ce77e56e78da1.tar.gz kvirc-60f2efab89e5ea66261798274c5ce77e56e78da1.zip | |
Remove build date code. The info does not add anything useful and make reproducible builds not possible
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/acinclude.m4.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/admin/acinclude.m4.in b/admin/acinclude.m4.in index 0484874..564c121 100644 --- a/admin/acinclude.m4.in +++ b/admin/acinclude.m4.in @@ -2212,18 +2212,6 @@ AC_DEFUN([AC_SS_FINAL_CONFIG], AC_SUBST(SS_QT_MOC) AC_SUBST(SS_QT_MOC_FLAGS) - build_date=`date -u` - - if test -z "$build_date"; then - build_date=`date` - fi - - if test -z "$build_date"; then - build_date="unknown" - fi - - AC_DEFINE_UNQUOTED([BUILD_DATE],"$build_date", [this is the build date (configure date rather)]) - dnl # Let's sort the build flags SS_AUX_CHARS="a b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9" |
