summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 43e418e)
raw | patch | inline | side by side (parent: 43e418e)
author | Max Kellermann <max@duempel.org> | |
Thu, 25 Sep 2008 15:52:22 +0000 (17:52 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Thu, 25 Sep 2008 15:52:22 +0000 (17:52 +0200) |
New automake options are "gnu 1.6 dist-bzip2". Sync with Makefile.am.
Makefile.am | patch | blob | history | |
configure.ac | patch | blob | history |
diff --git a/Makefile.am b/Makefile.am
index fd57ca36947adedcdbd8b1102e2fbcc593bdbb0c..25a7b6376b0daff0cb71cb5c6ffbedd911565b20 100644 (file)
--- a/Makefile.am
+++ b/Makefile.am
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 4084efd2a6d294279974d906ea72e972e0ccbd5d..ef9a617cdb2c88955167e5e086b31a4933c77a4c 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([1.7 dist-bzip2])
+AM_INIT_AUTOMAKE([gnu 1.6 dist-bzip2])
AM_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])