diff configure.in @ 431:a5ebf8595154

GNU gettext i18n support
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Jan 2007 08:10:05 +0000
parents 4ba6416227e2
children a0c3d277dc0e
line wrap: on
line diff
--- a/configure.in	Mon Jan 01 08:09:04 2007 +0000
+++ b/configure.in	Mon Jan 01 08:10:05 2007 +0000
@@ -75,6 +75,7 @@
 AC_FUNC_STAT
 AC_CHECK_FUNCS([memset strcasecmp strerror])
 
+AM_GNU_GETTEXT([external])
 
 dnl ***
 dnl *** Enable or disable themetune support/installation
@@ -291,6 +292,8 @@
 AC_CONFIG_FILES([
 Makefile
 xmms-sid.spec
+po/Makefile.in
+m4/Makefile 
 ])
 AC_OUTPUT