diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-22 14:47:29 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-22 14:47:29 +0200 |
commit | a6896713292f6a101f4185f5de2a71259e09cb56 (patch) | |
tree | 849e570c29cafe2e843491540d5004580111fe7b /configure.ac | |
parent | cd301edb4e03657a0c42140bd03f92a6463939f5 (diff) | |
download | mozo-a6896713292f6a101f4185f5de2a71259e09cb56.tar.bz2 mozo-a6896713292f6a101f4185f5de2a71259e09cb56.tar.xz |
Fixes for make dist and make distcheck
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1b187c5..416c1c4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ dnl -*- Mode: autoconf -*- dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) -AC_INIT(mozo, 1.6.0, http://www.mate-desktop.org) +AC_INIT(mate-menu-editor, 1.6.0, http://www.mate-desktop.org) AC_CONFIG_SRCDIR(mozo.in) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([1.7]) +AM_INIT_AUTOMAKE([1.7 dist-xz no-dist-gzip]) AM_MAINTAINER_MODE m4_define(required_pygobject_version, 2.15.1) |