[evolution-patches] Fix for GETTEXT_PACKAGE naming in Connector



This patch adds the -${BASE_VERSION} back to the GETTEXT_PACKAGE
declaration in configure.in for evolution-exchange. It was inadvertently
removed on July 1, 2004, during the commit for a new translation.

-- dobey


? component/Makefile
? component/Makefile.in
Index: configure.in
===================================================================
RCS file: /cvs/gnome/evolution-exchange/configure.in,v
retrieving revision 1.33
diff -u -r1.33 configure.in
--- configure.in	23 Aug 2004 11:24:25 -0000	1.33
+++ configure.in	23 Aug 2004 15:17:45 -0000
@@ -54,7 +54,7 @@
 AC_PROG_INTLTOOL
 AM_GLIB_GNU_GETTEXT
 
-GETTEXT_PACKAGE=ximian-connector
+GETTEXT_PACKAGE=ximian-connector-${BASE_VERSION}
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Package name for gettext])
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]