Code

Makefile.am: require automake 1.9
authorMax Kellermann <max@duempel.org>
Fri, 7 Nov 2008 07:16:39 +0000 (08:16 +0100)
committerMax 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.

Makefile.am
configure.ac

index 13a90638f629f92282e4cbf1c4cd534ad70c5c32..098fadd899521deb9601efb79272c81d41be3713 100644 (file)
@@ -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$
 
index 72ef133120fb0b9062483d439f4fcdff15f5b808..8611c0da45946dc00f04f6c9d5a7c7c8b859113a 100644 (file)
@@ -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])