From: Avuton Olrich Date: Fri, 26 Dec 2008 06:14:01 +0000 (-0800) Subject: Standardize the AC_INIT() along with other projects. X-Git-Tag: release-0.13~25 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6ea5a5dbf5f728a79ea1986ad9755801c638b60b;p=ncmpc.git Standardize the AC_INIT() along with other projects. --- diff --git a/configure.ac b/configure.ac index ee1603b..7b4b017 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ncurses MPD client, 0.13~git, max@duempel.org, ncmpc) +AC_INIT(ncmpc, 0.13~git, max@duempel.org) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2]) AM_CONFIG_HEADER([config.h])