~ubuntu-branches/ubuntu/trusty/epiphany-browser/trusty

« back to all changes in this revision

Viewing changes to .pc/00_epiphany-browser.patch/configure.ac

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-03-21 14:36:35 UTC
  • mfrom: (1.6.8)
  • Revision ID: package-import@ubuntu.com-20120321143635-tk4frsmplx2qhchq
Tags: 3.3.92-0ubuntu1
* New upstream release.
* debian/control.in: Bump minimum webkit to 1.7.92
* Refreshed patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
m4_define([epiphany_version_major],[3])
19
19
m4_define([epiphany_version_minor],[3])
20
 
m4_define([epiphany_version_micro],[91])
 
20
m4_define([epiphany_version_micro],[92])
21
21
m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])
22
22
 
23
 
# This can be either "trunk" or "branches/gnome-x-y"
24
 
m4_define([epiphany_branch],["trunk"])
25
 
 
26
23
AC_INIT([GNOME Web Browser],[epiphany_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
27
24
 
28
25
AC_PREREQ([2.59])
87
84
GTK_REQUIRED=3.3.14
88
85
LIBXML_REQUIRED=2.6.12
89
86
LIBXSLT_REQUIRED=1.1.7
90
 
WEBKIT_GTK_REQUIRED=1.7.3
 
87
WEBKIT_GTK_REQUIRED=1.7.92
91
88
LIBSOUP_GNOME_REQUIRED=2.37.1
92
89
GNOME_KEYRING_REQUIRED=2.26.0
93
90
GSETTINGS_DESKTOP_SCHEMAS_REQUIRED=0.0.1
235
232
 
236
233
AM_CONDITIONAL([ENABLE_ZEROCONF],[test "$enable_zeroconf" = "yes"])
237
234
 
238
 
# ************
239
 
# Misc defines
240
 
# ************
241
 
 
242
 
# uninstalled share dir to search data
243
 
AC_DEFINE_UNQUOTED([SHARE_UNINSTALLED_DIR], ["`pwd`/data"], [path to source data dir])
244
 
 
245
235
# *******************************
246
236
# Add warning flags
247
237
# *******************************