From 74e4835513b227b33e8ed6f66f312411cef7b466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 10 Jun 2006 00:16:43 +0000 Subject: Don't use the library name as domain name for gettext, as the one actually used and installed is "xine-lib". CVS patchset: 8022 CVS date: 2006/06/10 00:16:43 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 16aed8770..ac0127edb 100644 --- a/configure.ac +++ b/configure.ac @@ -85,7 +85,7 @@ AC_SUBST(SPEC_VERSION) LIBNAME=libxine$XINE_MAJOR AC_SUBST(LIBNAME) -AC_DEFINE_UNQUOTED(XINE_TEXTDOMAIN, "$LIBNAME", [catalog message text domain]) +AC_DEFINE_UNQUOTED(XINE_TEXTDOMAIN, "xine-lib", [catalog message text domain]) dnl AC_CANONICAL_TARGET -- cgit v1.2.3