diff options
author | Colomban Wendling <[email protected]> | 2023-10-05 11:47:58 +0200 |
---|---|---|
committer | mouse <[email protected]> | 2023-10-05 21:54:04 +0800 |
commit | 079950d33769e083d5251a254787e61d11345fb2 (patch) | |
tree | 5ec3b01668a061768b11d24a5a00624d6dc6516a /configure.ac | |
parent | 27c71da25fd0b6b70ca2eef600ec82ea13d68e01 (diff) | |
download | mate-desktop-079950d33769e083d5251a254787e61d11345fb2.tar.bz2 mate-desktop-079950d33769e083d5251a254787e61d11345fb2.tar.xz |
Fix MATE_DESKTOP_CHECK_VERSION
Not that I know anybody that wants it though.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 7f6616a..9cf7e07 100644 --- a/configure.ac +++ b/configure.ac @@ -59,10 +59,6 @@ AC_SUBST(MATE_DATE) AC_SUBST(MATE_DATE_COMMENT_START) AC_SUBST(MATE_DATE_COMMENT_END) -AC_DEFINE(MATE_MAJOR, [mate_platform], [Define to the major version]) -AC_DEFINE(MATE_MINOR, [mate_minor], [Define to the minor version]) -AC_DEFINE(MATE_MICRO, [mate_micro], [Define to the micro version]) - RELEASE_YEAR=`date +%Y` if test "x$SOURCE_DATE_EPOCH" != "x"; then RELEASE_YEAR=`date -u -d "@$SOURCE_DATE_EPOCH" +%Y` |