diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-06-13 20:37:47 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-06-13 20:37:47 +0800 |
commit | e47ea2b71f990674f302195f591b790bd370b53b (patch) | |
tree | 760dd699d5d684d323d5f2f9cddd57f157b7ea9c | |
parent | f447911a96ed1f6879a2e96420a3f7b54f729b4c (diff) | |
download | gsoc2013-epiphany-e47ea2b71f990674f302195f591b790bd370b53b.tar gsoc2013-epiphany-e47ea2b71f990674f302195f591b790bd370b53b.tar.gz gsoc2013-epiphany-e47ea2b71f990674f302195f591b790bd370b53b.tar.bz2 gsoc2013-epiphany-e47ea2b71f990674f302195f591b790bd370b53b.tar.lz gsoc2013-epiphany-e47ea2b71f990674f302195f591b790bd370b53b.tar.xz gsoc2013-epiphany-e47ea2b71f990674f302195f591b790bd370b53b.tar.zst gsoc2013-epiphany-e47ea2b71f990674f302195f591b790bd370b53b.zip |
User GNOME_COMMON_INIT.
2004-06-13 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
User GNOME_COMMON_INIT.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 5 |
2 files changed, 8 insertions, 3 deletions
@@ -1,5 +1,11 @@ 2004-06-13 Christian Persch <chpe@cvs.gnome.org> + * configure.in: + + User GNOME_COMMON_INIT. + +2004-06-13 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-window.c: (show_embed_popup): Do not hide clipboard items for the input context, fixes diff --git a/configure.in b/configure.in index e5dd91f9c..b4bc4aa84 100644 --- a/configure.in +++ b/configure.in @@ -3,6 +3,8 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([epiphany], [1.2.6], [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) +GNOME_COMMON_INIT + EPIPHANY_MAJOR=1.2 AC_SUBST(EPIPHANY_MAJOR) @@ -15,9 +17,6 @@ AM_MAINTAINER_MODE AC_PROG_INTLTOOL([0.29]) -dnl put the ACLOCAL flags in the Makefile -ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" - GLIB_REQUIRED=2.4.1 GTK_REQUIRED=2.4.0 LIBBONOBOUI_REQUIRED=2.1.1 |