From 0029fb2a10cd38442939454e52b3b86552458909 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 7 May 2004 12:47:13 +0000 Subject: Increase snapshot level for mozilla >= 1.7rc2 and 1.8a/trunk. 2004-05-07 Christian Persch * configure.in: Increase snapshot level for mozilla >= 1.7rc2 and 1.8a/trunk. --- ChangeLog | 6 ++++++ configure.in | 9 +++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d8bf9be08..305733330 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-05-07 Christian Persch + + * configure.in: + + Increase snapshot level for mozilla >= 1.7rc2 and 1.8a/trunk. + 2004-05-06 Christian Persch * configure.in: 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 -- cgit v1.2.3