summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorScott Balneaves <[email protected]>2013-05-17 14:06:35 -0500
committerScott Balneaves <[email protected]>2013-05-17 14:06:35 -0500
commit7318946f007404ed8b44cc030358c3d278d1b8cf (patch)
treed26fa4f8316320ac86a80087d8fa602cbcecb0df /configure.ac
parent749fe7090053afe610914aee368028bce06fd666 (diff)
parent861e3d658f2942a8ec72700fd1935ee5743d34a1 (diff)
downloadmarco-7318946f007404ed8b44cc030358c3d278d1b8cf.tar.bz2
marco-7318946f007404ed8b44cc030358c3d278d1b8cf.tar.xz
Merge branch 'master' of github.com:mate-desktop/mate-window-manager
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c44cb485..ff4d3bb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,12 +8,12 @@ m4_define([marco_micro_version], [1])
m4_define([marco_version],
[marco_major_version.marco_minor_version.marco_micro_version])
-AC_INIT([marco], [marco_version], [https://github.com/mate-desktop/mate-desktop-environment])
+AC_INIT([mate-window-manager], [marco_version], [https://github.com/mate-desktop/mate-desktop-environment])
AC_CONFIG_SRCDIR(src/core/display.c)
AC_CONFIG_HEADERS(config.h)
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([no-dist-gzip dist-xz])
AM_MAINTAINER_MODE
# Honor aclocal flags