aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in13
2 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 2dd23b37b..ceb1fcb30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-03 Piers Cornwell <piersc@cogs.susx.ac.uk>
+
+ * configure.in: update mozilla versions
+
2003-06-03 Kenneth Rohde Christiansen <kenneth@gnu.org>
* configure.in: Added 'li' to ALL_LINGUAS
diff --git a/configure.in b/configure.in
index 27d4053a5..bad1ff979 100644
--- a/configure.in
+++ b/configure.in
@@ -193,16 +193,17 @@ case "$MOZILLA_VERSION" in
"") MOZILLA_SNAPSHOT=7 ;;
1.4a) MOZILLA_SNAPSHOT=7 ;;
1.4b) MOZILLA_SNAPSHOT=7 ;;
- 1.4) MOZILLA_SNAPHOST=8 ;;
+ 1.4) MOZILLA_SNAPSHOT=8 ;;
+ 1.5a) MOZILLA_SNAPSHOT=8 ;;
trunk) MOZILLA_SNAPSHOT=8 ;;
*) AC_ERROR([
*****************************************************************************
-Epiphany can be built using mozilla 1.3, 1.3.1, 1.4a, 1.4b, 1.4 or trunk snapshot, but the
-version available is $MOZILLA_VERSION.
+Epiphany can be built using Mozilla 1.3, 1.3.1, 1.4a, 1.4b, 1.4, 1.5a or
+trunk snapshot, but the version available is $MOZILLA_VERSION.
-When using mozilla trunk snapshot successful build is not guaranteed due to
-the frequently changing state of the mozilla interfaces and the limited
-resources of the epiphany team to support non-release mozilla snapshots.
+When using Mozilla trunk snapshot, a successful build is not guaranteed due
+to the frequently changing state of the Mozilla interfaces and the limited
+resources of the Epiphany team to support non-release Mozilla snapshots.
*****************************************************************************])
esac