[claws-mail-cvs-commit] ChangeLog
Paul Mangan <[email protected]> Wed, 19 Aug 2009 16:11:44 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /srv/cvs/claws-mail/plugins/python
In directory ran:/tmp/cvs-serv19691
Modified Files:
Tag: gtk2
ChangeLog Makefile.am configure.ac
Log Message:
2009-08-19 [paul] 0.1cvs6
* Makefile.am
* configure.ac
* src/Makefile.am
reduce the minimum required python to 2.5
and other autofoo fixes
Index: configure.ac
===================================================================
RCS file: /srv/cvs/claws-mail/plugins/python/Attic/configure.ac,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- configure.ac 10 Aug 2009 08:55:10 -0000 1.1.2.5
+++ configure.ac 19 Aug 2009 16:11:42 -0000 1.1.2.6
@@ -1,6 +1,7 @@
AC_PREREQ(2.60)
AC_INIT(src/python_plugin.c)
AC_CONFIG_AUX_DIR(config)
+AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
PACKAGE=python_plugin
@@ -9,7 +10,7 @@
MAJOR_VERSION=0
MINOR_VERSION=1
MICRO_VERSION=0
-EXTRA_VERSION=5
+EXTRA_VERSION=6
if test \( $EXTRA_VERSION -eq 0 \); then
if test \( $MICRO_VERSION -eq 0 \); then
@@ -95,7 +96,7 @@
PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.6)
dnl Stolen from gtkparasite
-AM_PATH_PYTHON([2.6], [
+AM_PATH_PYTHON([2.5], [
AC_PATH_PROG(PYTHON_CONFIG, python$PYTHON_VERSION-config)
if test x"$PYTHON_CONFIG" == x""; then
AC_PATH_PROG(PYTHON_CONFIG, python-config)
Index: Makefile.am
===================================================================
RCS file: /srv/cvs/claws-mail/plugins/python/Attic/Makefile.am,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- Makefile.am 9 Aug 2009 14:43:35 -0000 1.1.2.1
+++ Makefile.am 19 Aug 2009 16:11:42 -0000 1.1.2.2
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4
+
SUBDIRS = po src config
EXTRA_DIST = \
Index: ChangeLog
===================================================================
RCS file: /srv/cvs/claws-mail/plugins/python/Attic/ChangeLog,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- ChangeLog 10 Aug 2009 08:55:10 -0000 1.1.2.5
+++ ChangeLog 19 Aug 2009 16:11:42 -0000 1.1.2.6
@@ -1,3 +1,11 @@
+2009-08-19 [paul] 0.1cvs6
+
+ * Makefile.am
+ * configure.ac
+ * src/Makefile.am
+ reduce the minimum required python to 2.5
+ and other autofoo fixes
+
2009-08-10 [holger] 0.1cvs5
* README