aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-07-15 17:53:50 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-07-15 17:53:50 +0800
commitf33d96649a39b25ecdc33acf430be5edc0380270 (patch)
tree85e8865b76640d23472033c19ecc6825b44af86d /configure.in
parent8f7370b45fb5a90d77ab313f228f2d9abf1e4e98 (diff)
downloadgsoc2013-epiphany-f33d96649a39b25ecdc33acf430be5edc0380270.tar
gsoc2013-epiphany-f33d96649a39b25ecdc33acf430be5edc0380270.tar.gz
gsoc2013-epiphany-f33d96649a39b25ecdc33acf430be5edc0380270.tar.bz2
gsoc2013-epiphany-f33d96649a39b25ecdc33acf430be5edc0380270.tar.lz
gsoc2013-epiphany-f33d96649a39b25ecdc33acf430be5edc0380270.tar.xz
gsoc2013-epiphany-f33d96649a39b25ecdc33acf430be5edc0380270.tar.zst
gsoc2013-epiphany-f33d96649a39b25ecdc33acf430be5edc0380270.zip
0.8.0. Make it distcheck.
2003-07-15 Marco Pesenti Gritti <marco@it.gnome.org> * NEWS: * configure.in: * embed/Makefile.am: * src/Makefile.am: 0.8.0. Make it distcheck.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 627ebd613..e383bfc2a 100644
--- a/configure.in
+++ b/configure.in
@@ -161,10 +161,11 @@ case "$MOZILLA_VERSION" in
1.4b) MOZILLA_SNAPSHOT=7 ;;
1.4) MOZILLA_SNAPSHOT=8 ;;
1.5a) MOZILLA_SNAPSHOT=9 ;;
+ 1.5b) MOZILLA_SNAPSHOT=9 ;;
trunk) MOZILLA_SNAPSHOT=9 ;;
*) AC_ERROR([
*****************************************************************************
-Epiphany can be built using Mozilla 1.3, 1.3.1, 1.4a, 1.4b, 1.4, 1.5a or
+Epiphany can be built using Mozilla 1.3, 1.3.1, 1.4a, 1.4b, 1.4, 1.5a, 1.5b or
trunk snapshot, but the version available is $MOZILLA_VERSION.
When using Mozilla trunk snapshot, a successful build is not guaranteed due