aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-18 07:21:04 +0200
committerMax Kellermann <max@duempel.org>2008-10-18 07:21:04 +0200
commit90fdf07aa9399459a08b7570cce388d2810b33ff (patch)
tree2a99dbae8655502560ff9645eeeb578a97d5a683 /Makefile.am
parenteace56521227394ffa4ab93e25305c1c19731f5b (diff)
Makefile.am: require automake 1.9
With heavy use of conditionals, I broke Makefile.am for the ancient automake version 1.6. Instead of supporting this automake version forever, I'm removing support for it now. Since automake isn't required on the build machine, nobody should have a serious problem with that.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3b101edb..49a3436f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
ACLOCAL_AMFLAGS = -I m4
-AUTOMAKE_OPTIONS = foreign 1.6
+AUTOMAKE_OPTIONS = foreign 1.9 dist-bzip2
SUBDIRS = src doc
docs = README UPGRADING