Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2000:
[Freeciv-Dev] Re: Makefile depends on english locale to work as intended
Home

[Freeciv-Dev] Re: Makefile depends on english locale to work as intended

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Freeciv-dev ML <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] Re: Makefile depends on english locale to work as intended. (PR#575)
From: Lino Mastrodomenico <l.mastrodomenico@xxxxxxxxxxxxxx>
Date: Thu, 12 Oct 2000 15:25:00 +0200

> Or maybe submit a patch to the program that creates the error messages to
> disable them...
> 
> -Thue

Here there is a little patch for po/Makefile.in.in which should solve the
problem. If it's ok, we can remove the grep hack from configure.in (and
from configure).

--- Makefile.in.in.orig Sat Jul 17 13:46:56 1999
+++ Makefile.in.in      Thu Oct 12 15:35:38 2000
@@ -84,7 +84,7 @@
 
 $(srcdir)/$(PACKAGE).pot: $(POTFILES)
        $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
-         --add-comments --keyword=_ --keyword=N_ \
+         --add-comments --keyword=_ --keyword=N_ --language=C \
          --files-from=$(srcdir)/POTFILES.in \
        && test ! -f $(PACKAGE).po \
           || ( rm -f $(srcdir)/$(PACKAGE).pot \


bye

---
Lino Mastrodomenico
E-mail: l.mastrodomenico@xxxxxxxxxxxxxx

Attachment: Makefile.in.in.patch.gz
Description: GNU Zip compressed data


[Prev in Thread] Current Thread [Next in Thread]