summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b80c182)
raw | patch | inline | side by side (parent: b80c182)
author | Thomas Jansen <mithi@mithi.net> | |
Tue, 27 Oct 2009 11:18:20 +0000 (12:18 +0100) | ||
committer | Thomas Jansen <mithi@mithi.net> | |
Tue, 27 Oct 2009 11:18:20 +0000 (12:18 +0100) |
Match the version mpd uses.
Makefile.am | patch | blob | history | |
configure.ac | patch | blob | history |
diff --git a/Makefile.am b/Makefile.am
index 994ce7a3d63b6d81b07ed4ec72231ae49931e039..531954593cc6c94c058c636e20976b391d9c5ab0 100644 (file)
--- a/Makefile.am
+++ b/Makefile.am
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) \
diff --git a/configure.ac b/configure.ac
index cdc797d60be74a86c03a471d3105480187eb191d..f7377156114f6bb27629e2e54f95065bb689bef9 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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])