diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-06-13 17:37:32 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-06-13 17:37:32 +0800 |
commit | f65c6c96f7445efa93ebc551ddcc1f0e89c46262 (patch) | |
tree | 9d1698ad60aa987758d67f1c3aba9a3801b528a7 | |
parent | b59ab61dde301128d88778045f502cc30008bf8f (diff) | |
download | gsoc2013-epiphany-f65c6c96f7445efa93ebc551ddcc1f0e89c46262.tar gsoc2013-epiphany-f65c6c96f7445efa93ebc551ddcc1f0e89c46262.tar.gz gsoc2013-epiphany-f65c6c96f7445efa93ebc551ddcc1f0e89c46262.tar.bz2 gsoc2013-epiphany-f65c6c96f7445efa93ebc551ddcc1f0e89c46262.tar.lz gsoc2013-epiphany-f65c6c96f7445efa93ebc551ddcc1f0e89c46262.tar.xz gsoc2013-epiphany-f65c6c96f7445efa93ebc551ddcc1f0e89c46262.tar.zst gsoc2013-epiphany-f65c6c96f7445efa93ebc551ddcc1f0e89c46262.zip |
Add GNOME_COMMON_INIT
2004-06-13 Marco Pesenti Gritti <marco@gnome.org>
* configure.in:
Add GNOME_COMMON_INIT
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-06-13 Marco Pesenti Gritti <marco@gnome.org> + + * configure.in: + + Add GNOME_COMMON_INIT + 2004-06-12 Marco Pesenti Gritti <marco@gnome.org> * embed/ephy-embed-single.c: (ephy_embed_single_open_window): diff --git a/configure.in b/configure.in index c4cc714df..dfc886bf5 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.3.0.90, [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) +GNOME_COMMON_INIT + EPIPHANY_MAJOR=1.3 AC_SUBST(EPIPHANY_MAJOR) |