From 123ecd836d5ad9aea939cad5e9a650cc7a825e46 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 31 Mar 2004 15:01:29 +0000 Subject: Fix --with-mozilla-snapshot help string; we don't support 1.4 and 1.5 any 2004-03-31 Christian Persch * configure.in: Fix --with-mozilla-snapshot help string; we don't support 1.4 and 1.5 any more. --- ChangeLog | 7 +++++++ configure.in | 10 +++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5a8cf3b21..35bb62f8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-03-31 Christian Persch + + * configure.in: + + Fix --with-mozilla-snapshot help string; we don't support 1.4 and 1.5 + any more. + 2004-03-30 Piers Cornwell * src/ephy-history-window.c: (confirmation_dialog_construct): diff --git a/configure.in b/configure.in index 74d08c3d6..35f0325aa 100644 --- a/configure.in +++ b/configure.in @@ -18,8 +18,8 @@ AC_PROG_INTLTOOL([0.29]) dnl put the ACLOCAL flags in the Makefile ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" -GLIB_REQUIRED=2.3.5 -GTK_REQUIRED=2.3.5 +GLIB_REQUIRED=2.4.0 +GTK_REQUIRED=2.4.0 LIBBONOBOUI_REQUIRED=2.1.1 LIBXML_REQUIRED=2.6.6 LIBGNOMEVFS_REQUIRED=2.3.1 @@ -146,8 +146,8 @@ MOZILLA_VERSION="`$PKG_CONFIG --modversion mozilla-gtkmozembed`" dnl allow user to override the autodetected mozilla version dnl - without arguments for cvs head AC_ARG_WITH(mozilla-snapshot, - AC_HELP_STRING([--with-mozilla-snapshot@<:@=1.4|1.4.1|1.5|1.6a|1.6b|trunk@:>@], - [Whether to try building against mozilla 1.4|1.4.1|1.5|1.6|1.7a|1.7b|trunk + AC_HELP_STRING([--with-mozilla-snapshot@<:@=1.6|1.7a|1.7b|trunk@:>@], + [Whether to try building against mozilla 1.6|1.7a|1.7b|trunk snapshot. @<:@guessed@:>@]), [autodetect=" (guessed: $MOZILLA_VERSION)"; MOZILLA_VERSION="$withval"]) @@ -161,7 +161,7 @@ case "$MOZILLA_VERSION" in trunk) MOZILLA_SNAPSHOT=15 ;; *) AC_ERROR([ ***************************************************************************** -Epiphany can be built using Mozilla 1.4, 1.4.1, 1.5, 1.6, 1.7a, 1.7b, or +Epiphany can be built using Mozilla 1.6, 1.7a, 1.7b, or trunk snapshot, but the version available is $MOZILLA_VERSION. When using Mozilla trunk snapshot, a successful build is not guaranteed due -- cgit v1.2.3