aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.in9
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 <chpe@cvs.gnome.org>
+
+ * configure.in:
+
+ Increase snapshot level for mozilla >= 1.7rc2 and 1.8a/trunk.
+
2004-05-06 Christian Persch <chpe@cvs.gnome.org>
* 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