Code

Makefile.am: require automake 1.10
authorThomas Jansen <mithi@mithi.net>
Tue, 27 Oct 2009 11:18:20 +0000 (12:18 +0100)
committerThomas Jansen <mithi@mithi.net>
Tue, 27 Oct 2009 11:18:20 +0000 (12:18 +0100)
Match the version mpd uses.

Makefile.am
configure.ac

index 994ce7a3d63b6d81b07ed4ec72231ae49931e039..531954593cc6c94c058c636e20976b391d9c5ab0 100644 (file)
@@ -2,7 +2,7 @@ SUBDIRS = \
   po
 
 ACLOCAL_AMFLAGS = -I m4
-AUTOMAKE_OPTIONS = foreign 1.9 dist-bzip2 subdir-objects
+AUTOMAKE_OPTIONS = foreign 1.10 dist-bzip2 subdir-objects
 
 AM_CPPFLAGS = \
        $(LIBMPDCLIENT_CFLAGS) \
index cdc797d60be74a86c03a471d3105480187eb191d..f7377156114f6bb27629e2e54f95065bb689bef9 100644 (file)
@@ -2,7 +2,7 @@ AC_PREREQ(2.60)
 AC_INIT(ncmpc, 0.16~git, max@duempel.org)
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_AUX_DIR(build)
-AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2 subdir-objects])
+AM_INIT_AUTOMAKE([foreign 1.10 dist-bzip2 subdir-objects])
 AM_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([m4])