[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : alex
Repository : xara
Revision : 1242
Date : Fri Jun 2 20:35:12 BST 2006
Changed paths:
M /Trunk/XaraLX/configure.in
Fix regeneration of po files
Diff:
Index: Trunk/XaraLX/configure.in
===================================================================
--- Trunk/XaraLX/configure.in (revision 1241)
+++ Trunk/XaraLX/configure.in (revision 1242)
@@ -312,8 +312,10 @@
PODIR=""
BUILDRESFLAGS=""
if test "$InternationalEnable" = "yes" ; then
- AM_GNU_GETTEXT([external])
- AM_GNU_GETTEXT_VERSION([0.14.3])
+# These two macros must be left aligned in order for autoreconf to
+# find them.
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.14.3])
PODIR=po
BUILDRESFLAGS="-i $BUILDRESFLAGS"
fi
Xara