aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--doc/reference/Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ae0976d3..861c4ab93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-12-02 Christian Persch <chpe@cvs.gnome.org>
+
+ * doc/reference/Makefile.am:
+
+ Downgrade automake requirement to 1.8.
+
2004-12-01 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-extensions-manager.c: (sync_loaded_extensions):
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 393985564..355ca7da1 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-AUTOMAKE_OPTIONS = 1.9
+AUTOMAKE_OPTIONS = 1.8
INCLUDES = $(MOZILLA_COMPONENT_CFLAGS) \
-include $(MOZILLA_INCLUDE_ROOT)/mozilla-config.h