aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fa6a4261..997fde2da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)