diff options
author | Max Kellermann <max@duempel.org> | 2009-06-25 11:52:55 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-06-25 11:52:55 +0200 |
commit | 5b78b46a303053d084832e0b39b013a480039581 (patch) | |
tree | 7ea3bd9050ae44fe5eae731c8dc85a1d932c08d9 /autogen.sh | |
parent | eacd6045187b2d8b64f9c2e0f467145889a16795 (diff) | |
download | mpd-5b78b46a303053d084832e0b39b013a480039581.tar.gz mpd-5b78b46a303053d084832e0b39b013a480039581.tar.xz mpd-5b78b46a303053d084832e0b39b013a480039581.zip |
Makefile.am: require automake 1.10
Refuse to build with automake 1.9. 1.9 is quite old already, and I'm
too lazy to test with ancient versions.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 51fe243d7..f93dd7d93 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,7 +16,7 @@ if test -n "$AM_FORCE_VERSION" then AM_VERSIONS="$AM_FORCE_VERSION" else - AM_VERSIONS='1.9 1.10' + AM_VERSIONS='1.10' fi if test -n "$AC_FORCE_VERSION" then |