Blob Blame History Raw
--- gwget-1.0.4.orig/configure	2009-10-17 22:26:35.000000000 +0200
+++ gwget-1.0.4/configure	2010-02-16 22:31:40.000000000 +0100
@@ -1556,10 +1556,10 @@
                           Config database for installing schema files.
   --with-gconf-schema-file-dir=dir
                           Directory for installing schema files.
-  --with-epiphany-version[=1.6|1.8|1.10|2.14|2.16|2.18|2.20|2.22|2.24|2.26|2.28]
+  --with-epiphany-version[=1.6|1.8|1.10|2.14|2.16|2.18|2.20|2.22|2.24|2.26|2.28|2.29|2.30|2.31|2.32]
                           Whether to use epiphany version 1.6 or 1.8 or 1.10
                           or 2.14 or 2.16 or 2.18 or 2.20 or 2.22 or 2.24 or
-                          2.26 or 2.28 (default 1.6)
+                          2.26 or 2.28 or 2.29 or 2.30 or 2.31 or 2.32 (default 1.6)
   --with-extension-prefix=path              Epiphany extension prefix
 
 Some influential environment variables:
@@ -14382,7 +14382,15 @@
 
 
 EPHY_AUTODETECT="(autodetect)"
-if pkg-config --exists epiphany-2.28; then
+if pkg-config --exists epiphany-2.32; then
+        EPHY_VER=2.32
+elif pkg-config --exists epiphany-2.31; then
+        EPHY_VER=2.31
+elif pkg-config --exists epiphany-2.30; then
+        EPHY_VER=2.30
+elif pkg-config --exists epiphany-2.29; then
+        EPHY_VER=2.29
+elif pkg-config --exists epiphany-2.28; then
         EPHY_VER=2.28
 elif pkg-config --exists epiphany-2.27; then
         EPHY_VER=2.27
@@ -14509,6 +14517,22 @@
 	  EPIPHANY_PKGCONFIG=epiphany-2.28
           EPIPHANY_REQUIRED=2.28
 	  EPIPHANY_SHORTVER=228
+elif test "x$EPHY_VER" = "x2.29"; then
+	  EPIPHANY_PKGCONFIG=epiphany-2.29
+          EPIPHANY_REQUIRED=2.29
+	  EPIPHANY_SHORTVER=229
+elif test "x$EPHY_VER" = "x2.30"; then
+	  EPIPHANY_PKGCONFIG=epiphany-2.30
+          EPIPHANY_REQUIRED=2.30
+	  EPIPHANY_SHORTVER=230
+elif test "x$EPHY_VER" = "x2.31"; then
+	  EPIPHANY_PKGCONFIG=epiphany-2.31
+          EPIPHANY_REQUIRED=2.31
+	  EPIPHANY_SHORTVER=231
+elif test "x$EPHY_VER" = "x2.32"; then
+	  EPIPHANY_PKGCONFIG=epiphany-2.32
+          EPIPHANY_REQUIRED=2.32
+	  EPIPHANY_SHORTVER=232
 else
      	{ echo "$as_me:$LINENO: result: no epiphany installed" >&5
 echo "${ECHO_T}no epiphany installed" >&6; }