changeset 433:a0c3d277dc0e

Fix gettext init macros
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Jan 2007 08:32:01 +0000
parents 0f9dd79ccff8
children b79d319e3054
files configure.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Mon Jan 01 08:14:00 2007 +0000
+++ b/configure.in	Mon Jan 01 08:32:01 2007 +0000
@@ -11,6 +11,8 @@
 AC_CONFIG_SRCDIR([src/xmms-sid.h])
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADERS([src/config.h])
+AM_GNU_GETTEXT_VERSION([0.14.1l])
+AM_GNU_GETTEXT([external])
 
 
 dnl ***
@@ -75,7 +77,6 @@
 AC_FUNC_STAT
 AC_CHECK_FUNCS([memset strcasecmp strerror])
 
-AM_GNU_GETTEXT([external])
 
 dnl ***
 dnl *** Enable or disable themetune support/installation