Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 60501
Collapse All | Expand All

(-)configure.in (-3 / +4 lines)
Lines 181-188 Link Here
181
dnl allow user to override the autodetected mozilla version
181
dnl allow user to override the autodetected mozilla version
182
dnl     - without arguments for cvs head
182
dnl     - without arguments for cvs head
183
AC_ARG_WITH(mozilla-snapshot,
183
AC_ARG_WITH(mozilla-snapshot,
184
  AC_HELP_STRING([--with-mozilla-snapshot@<:@=1.4|1.4.1|1.4.2|1.5|1.6|1.7@:>@],
184
  AC_HELP_STRING([--with-mozilla-snapshot@<:@=1.4|1.4.1|1.4.2|1.5|1.6|1.7|1.7.2@:>@],
185
		 [Whether to try building against mozilla 1.4|1.4.1|1.4.2|1.5|1.6|1.7
185
		 [Whether to try building against mozilla 1.4|1.4.1|1.4.2|1.5|1.6|1.7|1.7.2
186
		  @<:@guessed@:>@]),
186
		  @<:@guessed@:>@]),
187
  [autodetect=" (guessed: $MOZILLA_VERSION)"; MOZILLA_VERSION="$withval"])
187
  [autodetect=" (guessed: $MOZILLA_VERSION)"; MOZILLA_VERSION="$withval"])
188
188
Lines 199-204 Link Here
199
1.7rc1) MOZILLA_SNAPSHOT=15 ;;
199
1.7rc1) MOZILLA_SNAPSHOT=15 ;;
200
1.7rc2) MOZILLA_SNAPSHOT=16 ;;
200
1.7rc2) MOZILLA_SNAPSHOT=16 ;;
201
1.7rc3) MOZILLA_SNAPSHOT=17 ;;
201
1.7rc3) MOZILLA_SNAPSHOT=17 ;;
202
1.7.2) MOZILLA_SNAPSHOT=17 ;;
202
  1.7) MOZILLA_SNAPSHOT=17 ;;
203
  1.7) MOZILLA_SNAPSHOT=17 ;;
203
branch1.7) MOZILLA_SNAPSHOT=17 ;;
204
branch1.7) MOZILLA_SNAPSHOT=17 ;;
204
 1.8a) MOZILLA_SNAPSHOT=18 ;;
205
 1.8a) MOZILLA_SNAPSHOT=18 ;;
Lines 207-213 Link Here
207
trunk) MOZILLA_SNAPSHOT=19 ;;
208
trunk) MOZILLA_SNAPSHOT=19 ;;
208
    *) AC_ERROR([
209
    *) AC_ERROR([
209
*****************************************************************************
210
*****************************************************************************
210
Epiphany can be built using Mozilla 1.4, 1.4.1, 1.4.2, 1.5, 1.6 or 1.7,
211
Epiphany can be built using Mozilla 1.4, 1.4.1, 1.4.2, 1.5, 1.6, 1.7 or 1.7.2,
211
but the version available is $MOZILLA_VERSION.  
212
but the version available is $MOZILLA_VERSION.  
212
*****************************************************************************])
213
*****************************************************************************])
213
esac
214
esac

Return to bug 60501