diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-12-02 20:24:27 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-12-02 20:24:27 +0800 |
commit | 2f0a4969602af118edfcb2959d422b7c03e022b0 (patch) | |
tree | 0c42c9c7c55001843f9799709c156c465a288caf | |
parent | de9580a84fb32dac5c5bcb93ea601e1364a400d1 (diff) | |
download | gsoc2013-epiphany-2f0a4969602af118edfcb2959d422b7c03e022b0.tar gsoc2013-epiphany-2f0a4969602af118edfcb2959d422b7c03e022b0.tar.gz gsoc2013-epiphany-2f0a4969602af118edfcb2959d422b7c03e022b0.tar.bz2 gsoc2013-epiphany-2f0a4969602af118edfcb2959d422b7c03e022b0.tar.lz gsoc2013-epiphany-2f0a4969602af118edfcb2959d422b7c03e022b0.tar.xz gsoc2013-epiphany-2f0a4969602af118edfcb2959d422b7c03e022b0.tar.zst gsoc2013-epiphany-2f0a4969602af118edfcb2959d422b7c03e022b0.zip |
Downgrade automake requirement to 1.8.
2004-12-02 Christian Persch <chpe@cvs.gnome.org>
* doc/reference/Makefile.am:
Downgrade automake requirement to 1.8.
-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 |