diff options
author | Max Kellermann <max@duempel.org> | 2008-11-17 22:00:31 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-17 22:00:31 +0100 |
commit | 59cf25d6eb05f2f7288d8de1cd35470183f67926 (patch) | |
tree | b4dfd7ca750be865798e7643b6de16ac07c7fabf /configure.ac | |
parent | 296ac497863203791bd65c563913d531a0481d2b (diff) | |
download | mpd-59cf25d6eb05f2f7288d8de1cd35470183f67926.tar.gz mpd-59cf25d6eb05f2f7288d8de1cd35470183f67926.tar.xz mpd-59cf25d6eb05f2f7288d8de1cd35470183f67926.zip |
removed ChangeLog, added release dates to NEWS
The ChangeLog is useless, because it hasn't been updated in a while,
and due to the nature of git, the log will never be lost.
Switch to automake "foreign" mode, because "gnu" mandates the presence
of ChangeLog.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3a42bfafb..c12a067d3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT(ncurses MPD client, 0.12~git, max@duempel.org, ncmpc) AC_CONFIG_SRCDIR([src/main.c]) -AM_INIT_AUTOMAKE([gnu 1.9 dist-bzip2]) +AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2]) AM_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) |