diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-07 20:47:13 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-07 20:47:13 +0800 |
commit | 0029fb2a10cd38442939454e52b3b86552458909 (patch) | |
tree | 5bc062e3f0fbb75a8e086c59b1a677001c97d712 /configure.in | |
parent | b37db7ccad64ddcc0f4a80ab8e12b9f0c1359336 (diff) | |
download | gsoc2013-epiphany-0029fb2a10cd38442939454e52b3b86552458909.tar gsoc2013-epiphany-0029fb2a10cd38442939454e52b3b86552458909.tar.gz gsoc2013-epiphany-0029fb2a10cd38442939454e52b3b86552458909.tar.bz2 gsoc2013-epiphany-0029fb2a10cd38442939454e52b3b86552458909.tar.lz gsoc2013-epiphany-0029fb2a10cd38442939454e52b3b86552458909.tar.xz gsoc2013-epiphany-0029fb2a10cd38442939454e52b3b86552458909.tar.zst gsoc2013-epiphany-0029fb2a10cd38442939454e52b3b86552458909.zip |
Increase snapshot level for mozilla >= 1.7rc2 and 1.8a/trunk.
2004-05-07 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Increase snapshot level for mozilla >= 1.7rc2 and 1.8a/trunk.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 5f1ad8f60..e2ebc1b61 100644 --- a/configure.in +++ b/configure.in @@ -154,10 +154,11 @@ case "$MOZILLA_VERSION" in 1.7a) MOZILLA_SNAPSHOT=14 ;; 1.7b) MOZILLA_SNAPSHOT=15 ;; 1.7rc1) MOZILLA_SNAPSHOT=15 ;; -1.7rc2) MOZILLA_SNAPSHOT=15 ;; - 1.7) MOZILLA_SNAPSHOT=15 ;; - 1.8a) MOZILLA_SNAPSHOT=16 ;; -trunk) MOZILLA_SNAPSHOT=16 ;; +1.7rc2) MOZILLA_SNAPSHOT=16 ;; + 1.7) MOZILLA_SNAPSHOT=16 ;; +branch1.7) MOZILLA_SNAPSHOT=16 ;; + 1.8a) MOZILLA_SNAPSHOT=18 ;; +trunk) MOZILLA_SNAPSHOT=18 ;; *) AC_ERROR([ ***************************************************************************** Epiphany can be built using Mozilla 1.6, 1.7a, 1.7b, 1.8a or |