2005-07-15 [colin] 1.9.12cvs62

* configure.ac
		Bump libetpan's version
This commit is contained in:
Colin Leroy 2005-07-15 18:15:52 +00:00
parent 5f9bdac027
commit dfe1892567
3 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2005-07-15 [colin] 1.9.12cvs62
* configure.ac
Bump libetpan's version
2005-07-15 [colin] 1.9.12cvs61
* src/etpan/imap-thread.c

View file

@ -656,3 +656,4 @@
( cvs diff -u -r 1.1.4.8 -r 1.1.4.9 src/etpan/imap-thread.c; ) > 1.9.12cvs59.patchset
( cvs diff -u -r 1.60.2.18 -r 1.60.2.19 src/addressbook.c; ) > 1.9.12cvs60.patchset
( cvs diff -u -r 1.1.4.9 -r 1.1.4.10 src/etpan/imap-thread.c; ) > 1.9.12cvs61.patchset
( cvs diff -u -r 1.654.2.696 -r 1.654.2.697 configure.ac; ) > 1.9.12cvs62.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=9
MICRO_VERSION=12
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=61
EXTRA_VERSION=62
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
@ -646,15 +646,15 @@ if test x"$ac_cv_enable_libetpan" = xyes; then
LIBETPAN_CPPFLAGS="`$libetpanconfig --cflags`"
LIBETPAN_LIBS="`$libetpanconfig --libs`"
LIBETPAN_VERSION=`$libetpanconfig --version | sed "s/\.//g" | sed "s/-.*$//"`
if test "$LIBETPAN_VERSION" -lt "037"; then
AC_MSG_ERROR([Sylpheed requires libetpan 0.37 or newer. See http://www.etpan.org/])
if test "$LIBETPAN_VERSION" -lt "038"; then
AC_MSG_ERROR([Sylpheed requires libetpan 0.38 or newer. See http://www.etpan.org/])
AC_MSG_ERROR([You can use --disable-libetpan if you don't need IMAP4 support.])
fi
AC_SUBST(LIBETPAN_FLAGS)
AC_SUBST(LIBETPAN_LIBS)
AC_DEFINE(HAVE_LIBETPAN, 1, Define if you want IMAP support.)
else
AC_MSG_ERROR([Sylpheed requires libetpan 0.37 or newer. See http://www.etpan.org/ ])
AC_MSG_ERROR([Sylpheed requires libetpan 0.38 or newer. See http://www.etpan.org/ ])
AC_MSG_ERROR([You can use --disable-libetpan if you don't need IMAP4 support.])
fi
fi