From: Max Kellermann Date: Thu, 25 Sep 2008 15:52:22 +0000 (+0200) Subject: configure: updated automake options X-Git-Tag: v0.12_alpha1~155 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a5b0f5dfbc1be60da0c0e7f281a562c1327bfa8e;p=ncmpc.git configure: updated automake options New automake options are "gnu 1.6 dist-bzip2". Sync with Makefile.am. --- diff --git a/Makefile.am b/Makefile.am index fd57ca3..25a7b63 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = \ po ACLOCAL_AMFLAGS = -I m4 -AUTOMAKE_OPTIONS = gnu 1.6 +AUTOMAKE_OPTIONS = gnu 1.6 dist-bzip2 # $Id$ diff --git a/configure.ac b/configure.ac index 4084efd..ef9a617 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([1.7 dist-bzip2]) +AM_INIT_AUTOMAKE([gnu 1.6 dist-bzip2]) AM_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4])