diff options
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) |