diff options
author | Stefano Karapetsas <[email protected]> | 2012-01-12 18:57:23 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-01-12 18:57:23 +0100 |
commit | 572a2c5896e19dd4876f0f70521a96abd92b8383 (patch) | |
tree | bb6c018c293a9fae115ff5ef02e472b9ab3b8814 /configure.ac | |
parent | b3e60df70d30451437b045b1d4c0d456da80d844 (diff) | |
download | mozo-572a2c5896e19dd4876f0f70521a96abd92b8383.tar.bz2 mozo-572a2c5896e19dd4876f0f70521a96abd92b8383.tar.xz |
switch to autogen.sh
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 234188f..84c125f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl -*- Mode: autoconf -*- dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) -AC_INIT(mozo, 2011.12.01, http://bugzilla.mate.org/enter_bug.cgi?product=mozo) +AC_INIT(mozo, 1.1.0, http://www.mate-desktop.org) AC_CONFIG_SRCDIR(mozo.in) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.7]) @@ -22,7 +22,7 @@ IT_PROG_INTLTOOL([0.40.0]) AM_PATH_PYTHON_VERSION(2.7, 2.7.0, 2.6, 2.6.0, 2.5, 2.5.0, 2.4, 2.4.0) -PKG_CHECK_MODULES(MOZO, libmate-menu >= 2.27.92) +PKG_CHECK_MODULES(MOZO, libmate-menu >= 1.1.0) dnl Check for correctly installed pygobject AC_MSG_CHECKING(for pygobject required_pygobject_version installed for python required_python_abi) |