summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2015-09-20 01:12:30 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2015-09-20 01:12:30 +0300
commit7ef592b96e30883ea5a7a2d132d467383d57cf0d (patch)
treeb95d41c241da9dfe88e7be26379938ca1240cd0a /configure.ac
parentd230fbcdf2dc29cdd66b77db35b6da84975a77ff (diff)
downloadmetacity-7ef592b96e30883ea5a7a2d132d467383d57cf0d.tar.gz
build: add AX_IS_RELEASE
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8d9188ea..350e5bf1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,12 @@ AC_INIT([metacity], [metacity_version],
AC_CONFIG_SRCDIR(src/core/display.c)
AC_CONFIG_HEADERS(config.h)
+dnl **************************************************************************
+dnl Set release policy
+dnl **************************************************************************
+
+AX_IS_RELEASE([git-directory])
+
AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],)
AM_MAINTAINER_MODE([enable])