diff options
author | Max Kellermann <max@duempel.org> | 2009-06-25 11:53:34 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-06-25 11:53:34 +0200 |
commit | fe96bdf7e6d4705788565149b618759234d4339a (patch) | |
tree | e03bcecb502bda1f407d6750c145790a0defa5ce /autogen.sh | |
parent | 5b78b46a303053d084832e0b39b013a480039581 (diff) | |
download | mpd-fe96bdf7e6d4705788565149b618759234d4339a.tar.gz mpd-fe96bdf7e6d4705788565149b618759234d4339a.tar.xz mpd-fe96bdf7e6d4705788565149b618759234d4339a.zip |
autogen.sh: don't check for autoconf <2.60
configure.ac refuses to run with autoconf older than 2.60, don't
bother to test for those versions in autogen.sh.
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 f93dd7d93..be192aa59 100755 --- a/autogen.sh +++ b/autogen.sh @@ -22,7 +22,7 @@ if test -n "$AC_FORCE_VERSION" then AC_VERSIONS="$AC_FORCE_VERSION" else - AC_VERSIONS='2.58 2.59 2.60 2.61' + AC_VERSIONS='2.60 2.61' fi versioned_bins () |