Makefile.am: require automake 1.10

Refuse to build with automake 1.9.  1.9 is quite old already, and I'm
too lazy to test with ancient versions.
This commit is contained in:
Max Kellermann
2009-06-25 11:52:55 +02:00
parent eacd604518
commit 5b78b46a30
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
AC_PREREQ(2.60)
AC_INIT(mpd, 0.16~git, musicpd-dev-team@lists.sourceforge.net)
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2])
AM_INIT_AUTOMAKE([foreign 1.10 dist-bzip2])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_MACRO_DIR([m4])