Code

screen_utils: Moved the colons of the prompts to wreadln.
[ncmpc.git] / configure.ac
index d9748b9472de4e567e0b1712ad2df4ff6a25cb25..a7efe75224ff0d3102e3acea37565d921ec4e527 100644 (file)
@@ -1,6 +1,7 @@
 AC_PREREQ(2.60)
-AC_INIT(ncurses MPD client, 0.13~git, max@duempel.org, ncmpc)
+AC_INIT(ncmpc, 0.14~git, max@duempel.org)
 AC_CONFIG_SRCDIR([src/main.c])
+AC_CONFIG_AUX_DIR(build)
 AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2])
 AM_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([m4])
@@ -14,7 +15,7 @@ dnl initialize variables
 dnl =======================================================
 
 dnl i18n
-ALL_LINGUAS="es da de fr gl no ru sk sv hu"
+ALL_LINGUAS=`grep -v '^\#' po/LINGUAS`
 
 set -- $CFLAGS
 
@@ -143,7 +144,7 @@ fi
 
 dnl Check for glib-2.4
 PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.4],,
-       [AC_MSG_ERROR([glib-2.2 is required])])
+       [AC_MSG_ERROR([glib 2.4 is required])])
 
 
 dnl i18n