diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | doc/reference/Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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 |