reverted package name to "mpd"

Since mpd-mk has become the "official" MPD, the rename from commit
ba892cbc can be reverted.
This commit is contained in:
Max Kellermann 2008-10-17 23:59:39 +02:00
parent 02a2a407c1
commit eace565212
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ dnl AC_INIT(src/main.c)
dnl AM_INIT_AUTOMAKE(mpd, 0.14.0)
AC_PREREQ(2.60)
AC_INIT(mpd-mk, 0.14~git, max@duempel.org)
AC_INIT(mpd, 0.14.0, musicpd-dev-team@lists.sourceforge.net)
AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION)
AC_CONFIG_MACRO_DIR([m4])