aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorPiers Cornwell <piersc@cogs.susx.ac.uk>2003-06-03 23:04:32 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-06-03 23:04:32 +0800
commit9bca61f59d134bcad242967c46919942ebe7edac (patch)
tree800b6c5cb396defa5f1434b38a37030356b83ac9 /configure.in
parentbedc2c0acbc34bf6afc271845d437871120b0021 (diff)
downloadgsoc2013-epiphany-9bca61f59d134bcad242967c46919942ebe7edac.tar
gsoc2013-epiphany-9bca61f59d134bcad242967c46919942ebe7edac.tar.gz
gsoc2013-epiphany-9bca61f59d134bcad242967c46919942ebe7edac.tar.bz2
gsoc2013-epiphany-9bca61f59d134bcad242967c46919942ebe7edac.tar.lz
gsoc2013-epiphany-9bca61f59d134bcad242967c46919942ebe7edac.tar.xz
gsoc2013-epiphany-9bca61f59d134bcad242967c46919942ebe7edac.tar.zst
gsoc2013-epiphany-9bca61f59d134bcad242967c46919942ebe7edac.zip
update mozilla versions
2003-06-03 Piers Cornwell <piersc@cogs.susx.ac.uk> * configure.in: update mozilla versions
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in13
1 files changed, 7 insertions, 6 deletions
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