aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-02-20 11:29:31 +0800
committerChris Lahey <clahey@src.gnome.org>2001-02-20 11:29:31 +0800
commitaa63ffecbab9f01349bec0367bc633dadecdef36 (patch)
tree91a245bce4311d8035484b361354baca8e3c5f75
parent58eeaa097722114c9e6bf06cda6351692f0925de (diff)
downloadgsoc2013-evolution-aa63ffecbab9f01349bec0367bc633dadecdef36.tar.gz
gsoc2013-evolution-aa63ffecbab9f01349bec0367bc633dadecdef36.tar.zst
gsoc2013-evolution-aa63ffecbab9f01349bec0367bc633dadecdef36.zip
Check for gal 0.5.99.1.
2001-02-19 Christopher James Lahey <clahey@ximian.com> * configure.in: Check for gal 0.5.99.1. svn path=/trunk/; revision=8299
-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)
itgraph'>* - update firefox and thunderbird to 15.0flo2012-08-302-46/+46 * - update firefox/thunderbird ESR versions to 10.0.6flo2012-07-272-46/+46 * - Update to 2.9.1beat2012-05-112-45/+45 * - Update to 2.9beat2012-04-252-47/+46 * - Make the language packs working again by generate the plist on the flybeat2012-03-221-6/+12 * - Update to 2.8 (as there is no SeaMonkey ESR yet)beat2012-03-142-46/+46 * update to 2.7.2flo2012-02-182-45/+45 * update to 2.7.1flo2012-02-112-45/+45 * Remove version reference and move creation of WRKDIR in do-extract.ale2012-02-021-2/+2 * update to 2.7flo2012-02-012-46/+46 * - Update to 2.6.1beat2011-12-242-45/+45 * - Update SeaMonkey to 2.6beat2011-12-212-46/+46 * - Update SeaMonkey to 2.5beat2011-11-232-46/+46 * - Update to 2.4.1beat2011-09-302-46/+45 * - Update USE_XPI in the Mozilla -i18n ports as with the last update allbeat2011-09-301-1/+2 * - Update to 2.4beat2011-09-282-47/+47 * update to 2.3.2, remove trust exceptions for certificates issued by Staat derflo2011-09-072-45/+45 * update to 2.3.2flo2011-09-012-45/+45 * also update seamonkey-i18n to 2.3.1flo2011-08-312-46/+45 * Depends on correct mozilla version.ale2011-08-231-1/+1 * Make it fully working and restrict to correct port.ale2011-08-182-4/+7 * update to 2.3flo2011-08-172-46/+46 * whitespace fixesflo2011-08-111-1/+1