summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6fbe5ea)
raw | patch | inline | side by side (parent: 6fbe5ea)
author | Max Kellermann <max@duempel.org> | |
Fri, 7 Nov 2008 07:16:39 +0000 (08:16 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Fri, 7 Nov 2008 07:16:39 +0000 (08:16 +0100) |
Makefile.am uses several features which are not available in the
ancient automake version 1.6. Let's just raise the bar to 1.9.
ancient automake version 1.6. Let's just raise the bar to 1.9.
Makefile.am | patch | blob | history | |
configure.ac | patch | blob | history |
diff --git a/Makefile.am b/Makefile.am
index 13a90638f629f92282e4cbf1c4cd534ad70c5c32..098fadd899521deb9601efb79272c81d41be3713 100644 (file)
--- a/Makefile.am
+++ b/Makefile.am
po
ACLOCAL_AMFLAGS = -I m4
-AUTOMAKE_OPTIONS = gnu 1.6 dist-bzip2
+AUTOMAKE_OPTIONS = gnu 1.9 dist-bzip2
# $Id$
diff --git a/configure.ac b/configure.ac
index 72ef133120fb0b9062483d439f4fcdff15f5b808..8611c0da45946dc00f04f6c9d5a7c7c8b859113a 100644 (file)
--- a/configure.ac
+++ b/configure.ac
AC_INIT(ncurses MPD client, 0.12~git, max@duempel.org, ncmpc)
AC_CONFIG_SRCDIR([src/main.c])
-AM_INIT_AUTOMAKE([gnu 1.6 dist-bzip2])
+AM_INIT_AUTOMAKE([gnu 1.9 dist-bzip2])
AM_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])