aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-04-18 18:39:19 +0800
committerChristian Persch <chpe@src.gnome.org>2004-04-18 18:39:19 +0800
commitc38436e7de69348cf9216aa50ab32e3c2f043708 (patch)
tree36263426b5885bbd3bee2707e07c32a4c1847542
parent187c9cdee99497964d4ff05ca609e2d40240920c (diff)
downloadgsoc2013-epiphany-c38436e7de69348cf9216aa50ab32e3c2f043708.tar
gsoc2013-epiphany-c38436e7de69348cf9216aa50ab32e3c2f043708.tar.gz
gsoc2013-epiphany-c38436e7de69348cf9216aa50ab32e3c2f043708.tar.bz2
gsoc2013-epiphany-c38436e7de69348cf9216aa50ab32e3c2f043708.tar.lz
gsoc2013-epiphany-c38436e7de69348cf9216aa50ab32e3c2f043708.tar.xz
gsoc2013-epiphany-c38436e7de69348cf9216aa50ab32e3c2f043708.tar.zst
gsoc2013-epiphany-c38436e7de69348cf9216aa50ab32e3c2f043708.zip
Version 1.2.3. Default to not to build the nautilus view.
2004-04-18 Christian Persch <chpe@cvs.gnome.org> * configure.in: Version 1.2.3. Default to not to build the nautilus view.
-rw-r--r--ChangeLog7
-rw-r--r--configure.in5
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 75dec50c8..7940b9124 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-04-18 Christian Persch <chpe@cvs.gnome.org>
+
+ * configure.in:
+
+ Version 1.2.3.
+ Default to not to build the nautilus view.
+
2004-04-18 Marco Pesenti Gritti <marco@gnome.org>
* embed/ephy-embed.c: (ephy_embed_chrome_get_type):
diff --git a/configure.in b/configure.in
index 08d0b61ff..6e21c9591 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(epiphany, 1.2.2.90,
+AC_INIT([epiphany], [1.2.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany])
EPIPHANY_MAJOR=1.2
@@ -62,9 +62,6 @@ AC_ARG_ENABLE(nautilus-view, [ --enable-nautilus-view (auto,yes,no)
Enable Nautilus View Epiphany Component])
AC_MSG_CHECKING(if NautilusView Epiphany component is wanted)
-if test "x$enable_nautilus_view" = "x" ; then
- enable_nautilus_view=auto
-fi
if test "x$enable_nautilus_view" = "xauto"; then
temptest=`pkg-config --cflags libnautilus 2> /dev/null`
if test "x$temptest" = "x" ; then