diff options
author | Max Kellermann <max@duempel.org> | 2011-10-09 16:04:09 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-10-09 18:32:55 +0200 |
commit | 176debaf374b248ac098ac46877938c60ac7f7c8 (patch) | |
tree | 4a3bdf554e85a583f1f8f14018317cbf4ae0b5c4 /configure.ac | |
parent | 072f83b2409a3441207145794ba1cd7f4fd13f3a (diff) | |
download | mpd-176debaf374b248ac098ac46877938c60ac7f7c8.tar.gz mpd-176debaf374b248ac098ac46877938c60ac7f7c8.tar.xz mpd-176debaf374b248ac098ac46877938c60ac7f7c8.zip |
Makefile.am: require automake 1.11
Prepare for enabling "silent-rules".
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index adee0de0e..a3d25529d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT(mpd, 0.17~git, musicpd-dev-team@lists.sourceforge.net) AC_CONFIG_SRCDIR([src/main.c]) -AM_INIT_AUTOMAKE([foreign 1.10 dist-bzip2 subdir-objects]) +AM_INIT_AUTOMAKE([foreign 1.11 dist-bzip2 subdir-objects]) AM_CONFIG_HEADER(config.h) AC_CONFIG_MACRO_DIR([m4]) |