aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2008-01-27 23:12:21 +0000
committerEric Wong <normalperson@yhbt.net>2008-01-27 23:12:21 +0000
commit1833c974cfbb8a660249f0fa3240a83274666e47 (patch)
treebafaf7b31019ccd17ffb8353b3f1c790c452c172
parent647ee1ee21437c85266e9ea8a62abf220b72b83b (diff)
downloadmpd-1833c974cfbb8a660249f0fa3240a83274666e47.tar.gz
mpd-1833c974cfbb8a660249f0fa3240a83274666e47.tar.xz
mpd-1833c974cfbb8a660249f0fa3240a83274666e47.zip
autogen.sh: support for newer autoconf versions (2.60, 2.61)
git-svn-id: https://svn.musicpd.org/mpd/branches/branch-0.13.0-fixes@7171 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 34dbf3408..44fe928d5 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 ()