Code

Standardize the AC_INIT() along with other projects.
authorAvuton Olrich <avuton@gmail.com>
Fri, 26 Dec 2008 06:14:01 +0000 (22:14 -0800)
committerAvuton Olrich <avuton@gmail.com>
Fri, 26 Dec 2008 06:14:01 +0000 (22:14 -0800)
configure.ac

index ee1603b3fcfc0c518163f4e949ef12e69d64446c..7b4b0178458285ba058437c8dcdad8b2621cfe92 100644 (file)
@@ -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])