Commit dd838980 authored by J. Alexander Treuman's avatar J. Alexander Treuman

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
parent 6d7e0eb1
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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment