From: Max Kellermann Date: Fri, 7 Nov 2008 07:16:39 +0000 (+0100) Subject: Makefile.am: require automake 1.9 X-Git-Tag: v0.12_alpha1~43 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8221502e87f6c1a652b7c3148467248f538970bd;p=ncmpc.git Makefile.am: require automake 1.9 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. --- diff --git a/Makefile.am b/Makefile.am index 13a9063..098fadd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = \ 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 72ef133..8611c0d 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl 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])