diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-07-06 21:46:04 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-07-06 21:46:04 +0800 |
commit | 7959ae8df7774f0c6cf76171a112aa82d404c0b0 (patch) | |
tree | 4d509ab6bae7ab200a352c19e679d8a84eab9452 /configure.in | |
parent | 3aad0c257ea9dc65f747fffcd54204fef2962467 (diff) | |
download | gsoc2013-epiphany-7959ae8df7774f0c6cf76171a112aa82d404c0b0.tar gsoc2013-epiphany-7959ae8df7774f0c6cf76171a112aa82d404c0b0.tar.gz gsoc2013-epiphany-7959ae8df7774f0c6cf76171a112aa82d404c0b0.tar.bz2 gsoc2013-epiphany-7959ae8df7774f0c6cf76171a112aa82d404c0b0.tar.lz gsoc2013-epiphany-7959ae8df7774f0c6cf76171a112aa82d404c0b0.tar.xz gsoc2013-epiphany-7959ae8df7774f0c6cf76171a112aa82d404c0b0.tar.zst gsoc2013-epiphany-7959ae8df7774f0c6cf76171a112aa82d404c0b0.zip |
Version 1.3.1.
2004-07-06 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Version 1.3.1.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 683a8dc31..0725378a1 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.3.0.90, +AC_INIT(epiphany, 1.3.1, [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) GNOME_COMMON_INIT @@ -51,7 +51,8 @@ PKG_CHECK_MODULES(EPIPHANY_DEPENDENCY, \ glib-2.0 >= $GLIB_REQUIRED \ gtk+-2.0 >= $GTK_REQUIRED \ libxml-2.0 >= $LIBXML_REQUIRED \ - libgnomeui-2.0 libglade-2.0 \ + libgnomeui-2.0 \ + libglade-2.0 \ bonobo-activation-2.0 \ ORBit-2.0 \ libglade-2.0 >= $LIBGLADE_REQUIRED \ |