aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in6
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c45329e9b..960d3ec1dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-19 Christopher James Lahey <clahey@ximian.com>
+
+ * configure.in: Check for gal 0.5.99.1.
+
2001-02-15 Christopher James Lahey <clahey@ximian.com>
* configure.in: Check for gal 0.5.99.0.
diff --git a/configure.in b/configure.in
index dc0874d756..1b6fa157e6 100644
--- a/configure.in
+++ b/configure.in
@@ -333,14 +333,14 @@ fi
dnl ******************************
dnl Gnome App Lib checking
dnl ******************************
-AC_MSG_CHECKING(for Gnome App libraries (GAL) >= 0.5.99.0)
+AC_MSG_CHECKING(for Gnome App libraries (GAL) >= 0.5.99.1)
if gnome-config --libs gal > /dev/null 2>&1; then
vers=`gnome-config --modversion gal | sed -e "s/gal-//" -e 's/cvs$//' -e 's/pre$//' | \
awk 'BEGIN { FS = "."; } { print $1 * 1000000 + $2 * 10000 + $3 * 100 + $4;}'`
- if test "$vers" -ge 59900; then
+ if test "$vers" -ge 59901; then
AC_MSG_RESULT(found)
else
- AC_MSG_ERROR(You need at least GNOME Application libs 0.5.99.0 for this version of Evolution)
+ AC_MSG_ERROR(You need at least GNOME Application libs 0.5.99.1 for this version of Evolution)
fi
else
AC_MSG_ERROR(Did not find GnomeAppLib (GAL) installed)
8a92196d63bb2324'>Updated Polish translation by GNOME PL Team.Artur Flinta2004-06-172-595/+663 * moved the filter files around.Not Zed2004-06-172-8/+10 * Updated Czech translation.Miloslav Trmac2004-06-172-35/+44 * Updated Finnish translationIlkka Tuohela2004-06-162-168/+176 * Updated Czech translation.Miloslav Trmac2004-06-162-106/+107 * Updated zh_CN translationFunda Wang2004-06-162-145/+133 * Updated Polish translation by GNOME PL Team.Artur Flinta2004-06-162-136/+134 * corrected %%+05d translationLeonid Kanter2004-06-152-1774/+73 * Updated zh_CN translationFunda Wang2004-06-152-127/+116 * Updated British English translationGareth Owen2004-06-152-789/+837 * Updated Czech translation.Miloslav Trmac2004-06-152-765/+896 * updateFunda Wang2004-06-141-70/+63 * Updated finnish translationIlkka Tuohela2004-06-141-3574/+1430 * Translation updated by Mətin Əmirov.Metin Amiroff2004-06-132-3870/+2453 * Updated Greek Translation.Kostas Papadimas2004-06-132-3581/+1351 * Updated Simplified Chinese translationFunda Wang2004-06-132-1736/+1343 * Updated Spanish translation.Francisco Javier F. Serrador2004-06-122-975/+975 * Updated Polish translation by GNOME PL Team.Artur Flinta2004-06-122-719/+856 * Updated Canadian English translation. Correct path error.Adam Weinberger2004-06-113-1463/+739 * Update for removed filesRodney Dawes2004-06-112-7/+4 * Updated italian translationMarco Ciampa2004-06-082-1741/+1208 * Updated Polish translation by GNOME PL Team.Artur Flinta2004-06-082-121/+88 * Updated Czech translation.Miloslav Trmac2004-06-072-151/+51 * Updated British English translationGareth Owen2004-06-072-119/+69 * updateFunda Wang2004-06-061-630/+3368 * Updated Catalan translation by Xavi Conde Rueda <xaviconde@eresmas.com>.Jordi Mallach2004-06-062-7220/+5248 * svn path=/trunk/; revision=26228Updated ja.po. T.Aihana2004-06-052-874/+372 * Updated Simplified Chinese translationFunda Wang2004-06-052-3318/+287 * Updated Hungarian translation.Andras Timar2004-06-042-13694/+2739 * Merge from release branch.JP Rosevear2004-06-04