aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-25 17:52:22 +0200
committerMax Kellermann <max@duempel.org>2008-09-25 17:52:22 +0200
commita5b0f5dfbc1be60da0c0e7f281a562c1327bfa8e (patch)
tree83fd77debe8cc86d4dd3d32c0bd64893bc2770fd /Makefile.am
parent43e418ebd4086dd483d0ec727ddcabf375f7d360 (diff)
downloadmpd-a5b0f5dfbc1be60da0c0e7f281a562c1327bfa8e.tar.gz
mpd-a5b0f5dfbc1be60da0c0e7f281a562c1327bfa8e.tar.xz
mpd-a5b0f5dfbc1be60da0c0e7f281a562c1327bfa8e.zip
configure: updated automake options
New automake options are "gnu 1.6 dist-bzip2". Sync with Makefile.am.
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 fd57ca369..25a7b6376 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ SUBDIRS = \
po
ACLOCAL_AMFLAGS = -I m4
-AUTOMAKE_OPTIONS = gnu 1.6
+AUTOMAKE_OPTIONS = gnu 1.6 dist-bzip2
# $Id$