diff options
author | Eric Wong <normalperson@yhbt.net> | 2008-01-27 23:10:37 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-01-27 23:10:37 +0000 |
commit | e35b6efb41e0c56b65de72375449ee689e9cb106 (patch) | |
tree | ef03b62ecdf7b202331f9bd09051823d5da1f286 /autogen.sh | |
parent | 688289b295905ae774032d5e2aaaf06ae4c273de (diff) | |
download | mpd-e35b6efb41e0c56b65de72375449ee689e9cb106.tar.gz mpd-e35b6efb41e0c56b65de72375449ee689e9cb106.tar.xz mpd-e35b6efb41e0c56b65de72375449ee689e9cb106.zip |
autogen.sh: support for newer autoconf versions (2.60, 2.61)
git-svn-id: https://svn.musicpd.org/mpd/trunk@7166 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 6a76598c5..7629b98c1 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' + AC_VERSIONS='2.58 2.59 2.60 2.61' fi versioned_bins () |