diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-31 12:06:51 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-31 12:06:51 +0100 |
commit | 7dde59b8d668993a3d1805a6ae949e36e0d3db1d (patch) | |
tree | 0b55efb207791b43873c11a11debf2273a98f51b /configure.ac | |
parent | 65305c4c07849d393642ea40bb9163962cc9e22a (diff) | |
download | mate-desktop-7dde59b8d668993a3d1805a6ae949e36e0d3db1d.tar.bz2 mate-desktop-7dde59b8d668993a3d1805a6ae949e36e0d3db1d.tar.xz |
Add MATE_DESKTOP_CHECK_VERSION function
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index abff60a..5807aeb 100644 --- a/configure.ac +++ b/configure.ac @@ -55,6 +55,10 @@ 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]) + MATE_COMMON_INIT MATE_DEBUG_CHECK MATE_COMPILE_WARNINGS([maximum]) |