Requiring autoconf 2.60. This is needed for the new C99 and POSIX type

checks that are now used.

git-svn-id: https://svn.musicpd.org/mpd/trunk@6447 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
J. Alexander Treuman 2007-06-01 18:32:25 +00:00
parent 6d7e0eb166
commit dd83898064

View File

@ -1,7 +1,7 @@
dnl AC_INIT(src/main.c)
dnl AM_INIT_AUTOMAKE(mpd, 0.14.0)
AC_PREREQ(2.58)
AC_PREREQ(2.60)
AC_INIT(mpd, 0.14.0, warren.dukes@gmail.com)
AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION)