aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-07 08:16:39 +0100
committerMax Kellermann <max@duempel.org>2008-11-07 08:16:39 +0100
commit8221502e87f6c1a652b7c3148467248f538970bd (patch)
treebf10c6ca8de5f198a03cfb0fec4fdacb40d4b6c2 /Makefile.am
parent6fbe5ea3bb92b9f038c08e232a26a7bee57ba3e1 (diff)
downloadmpd-8221502e87f6c1a652b7c3148467248f538970bd.tar.gz
mpd-8221502e87f6c1a652b7c3148467248f538970bd.tar.xz
mpd-8221502e87f6c1a652b7c3148467248f538970bd.zip
Makefile.am: require automake 1.9
Makefile.am uses several features which are not available in the ancient automake version 1.6. Let's just raise the bar to 1.9.
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 13a90638f..098fadd89 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ SUBDIRS = \
po
ACLOCAL_AMFLAGS = -I m4
-AUTOMAKE_OPTIONS = gnu 1.6 dist-bzip2
+AUTOMAKE_OPTIONS = gnu 1.9 dist-bzip2
# $Id$