diff options
author | Piers Cornwell <piersc@cogs.susx.ac.uk> | 2003-06-03 23:04:32 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-03 23:04:32 +0800 |
commit | 9bca61f59d134bcad242967c46919942ebe7edac (patch) | |
tree | 800b6c5cb396defa5f1434b38a37030356b83ac9 | |
parent | bedc2c0acbc34bf6afc271845d437871120b0021 (diff) | |
download | gsoc2013-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
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 13 |
2 files changed, 11 insertions, 6 deletions
@@ -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 |