diff options
author | Max Kellermann <max@duempel.org> | 2008-09-25 17:52:22 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-25 17:52:22 +0200 |
commit | a5b0f5dfbc1be60da0c0e7f281a562c1327bfa8e (patch) | |
tree | 83fd77debe8cc86d4dd3d32c0bd64893bc2770fd /Makefile.am | |
parent | 43e418ebd4086dd483d0ec727ddcabf375f7d360 (diff) | |
download | mpd-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.am | 2 |
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$ |