aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-04-24 15:45:19 +0800
committerChristian Persch <chpe@src.gnome.org>2006-04-24 15:45:19 +0800
commitd5d5bc4bbc013e4e2666af943b79778ba6c30dd2 (patch)
tree694709f26f9b8402dd0107da63d2a2d82c9783c5 /configure.ac
parent55915473b815a7ea214210a4a13a7db0ac7b7a38 (diff)
downloadgsoc2013-epiphany-d5d5bc4bbc013e4e2666af943b79778ba6c30dd2.tar
gsoc2013-epiphany-d5d5bc4bbc013e4e2666af943b79778ba6c30dd2.tar.gz
gsoc2013-epiphany-d5d5bc4bbc013e4e2666af943b79778ba6c30dd2.tar.bz2
gsoc2013-epiphany-d5d5bc4bbc013e4e2666af943b79778ba6c30dd2.tar.lz
gsoc2013-epiphany-d5d5bc4bbc013e4e2666af943b79778ba6c30dd2.tar.xz
gsoc2013-epiphany-d5d5bc4bbc013e4e2666af943b79778ba6c30dd2.tar.zst
gsoc2013-epiphany-d5d5bc4bbc013e4e2666af943b79778ba6c30dd2.zip
=== Release 2.15.1 ===RELEASE_2_15_1
2006-04-24 Christian Persch <chpe@cvs.gnome.org> === Release 2.15.1 === * configure.ac: * embed/mozilla/Makefile.am: * embed/mozilla/mozilla-embed-single.cpp: * src/window-commands.c: (window_cmd_help_about): Update for 2.15.1. * help/eu/eu.po: * help/fi/fi.po: * help/ja/ja.po: Fix the build by adding bogus translator-credits strings.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 8b4a5ac23..7bd05d5c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-AC_INIT([GNOME Web Browser],[2.15.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
+AC_INIT([GNOME Web Browser],[2.15.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany])
GNOME_COMMON_INIT
@@ -27,8 +27,13 @@ AC_CONFIG_SRCDIR([configure.ac])
EPIPHANY_MAJOR=2.15
EPIPHANY_API_VERSION=2.15
+
+# This should stay at the major version of the latest stable releases
+EPIPHANY_UA_VERSION=2.14
+
AC_SUBST([EPIPHANY_MAJOR])
AC_SUBST([EPIPHANY_API_VERSION])
+AC_SUBST([EPIPHANY_UA_VERSION])
AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip])
@@ -48,7 +53,7 @@ AC_HEADER_STDC
AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
AC_PATH_PROG([GLIB_MKENUMS],[glib-mkenums])
-IT_PROG_INTLTOOL([0.34.1])
+IT_PROG_INTLTOOL([0.34.90])
PKG_PROG_PKG_CONFIG
@@ -663,11 +668,6 @@ else
AC_MSG_ERROR([iso-codes is required])
fi
-# Translators: new languages must be added to the po/LINGUAS file
-ALL_LINGUAS="`cat "$srcdir/po/LINGUAS" | grep -v '^#'`"
-
-AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS'])
-
GETTEXT_PACKAGE=epiphany
AC_SUBST([GETTEXT_PACKAGE])
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])