From 7cc2f0833baa0e3b9bb96871594f2a489c8a4711 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 10 Jul 2000 23:48:22 +0000 Subject: Updated to check for required GtkHTML and gnome-print 2000-07-10 Jeffrey Stedfast * configure.in: Updated to check for required GtkHTML and gnome-print svn path=/trunk/; revision=4074 --- ChangeLog | 5 +++++ configure.in | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 197e7ec82f..995d9cfa43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-07-10 Jeffrey Stedfast + + * configure.in: Updated to check for required GtkHTML and + gnome-print + 2000-07-10 Ettore Perazzoli * configure.in: Remove the conduits stuff for now. They depend on diff --git a/configure.in b/configure.in index 2e45957c6d..eb41db6b5b 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ cflags_set=${CFLAGS+set} EVOLUTION_MAJOR_VERSION=0 EVOLUTION_MINOR_VERSION=0 -EVOLUTION_MICRO_VERSION=1 +EVOLUTION_MICRO_VERSION=2 VERSION=$EVOLUTION_MINOR_VERSION.$EVOLUTION_MICRO_VERSION PACKAGE=evolution @@ -193,7 +193,7 @@ fi dnl ************************************************** dnl * Print check dnl ************************************************** -AC_MSG_CHECKING(for GnomePrint libraries >= 0.13) +AC_MSG_CHECKING(for GnomePrint libraries >= 0.20) if gnome-config --libs print > /dev/null 2>&1; then vers=`gnome-config --modversion print | sed -e "s/gnome-print-//" | \ awk 'BEGIN { FS = "."; } { print $1 * 1000 + $2;}'` @@ -326,7 +326,7 @@ if gnome-config --libs gtkhtml > /dev/null 2>&1; then vers=`gnome-config --modversion gtkhtml` case $vers in - gtkhtml-0.1) gtkhtml_ok=false ;; + gtkhtml-0.5) gtkhtml_ok=false ;; *) gtkhtml_ok=true ;; esac else @@ -336,7 +336,7 @@ fi if $gtkhtml_ok; then AC_MSG_RESULT($vers found) else - AC_MSG_ERROR(GtkHTML 0.2 or later is required to compile Evolution) + AC_MSG_ERROR(GtkHTML 0.5 or later is required to compile Evolution) fi GTKHTML_CFLAGS="`gnome-config --cflags gtkhtml`" -- cgit v1.2.3