aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-12-02 20:24:27 +0800
committerChristian Persch <chpe@src.gnome.org>2004-12-02 20:24:27 +0800
commit2f0a4969602af118edfcb2959d422b7c03e022b0 (patch)
tree0c42c9c7c55001843f9799709c156c465a288caf /doc
parentde9580a84fb32dac5c5bcb93ea601e1364a400d1 (diff)
downloadgsoc2013-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.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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