bug-gnu-utils
[Top][All Lists]
Advanced

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

Makefile.in.in and hardcoded msgmerge


From: Andrew V. Samoilov
Subject: Makefile.in.in and hardcoded msgmerge
Date: Mon, 14 Oct 2002 15:25:11 +0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020910

Hi!

msgmerge is hardcoded now, and it is not possible to change its value with make. It is annoying if you are using CVS and there are a lot of conflicts in *.po after each make dist.

Attached patch makes possible to define MSGMERGE to something else.

--
Best regards,
Andrew V. Samoilov.
--- Makefile.in.in~     Wed Aug 21 09:55:21 2002
+++ Makefile.in.in      Mon Oct 14 13:36:35 2002
@@ -32,8 +32,8 @@
 GMSGFMT = @GMSGFMT@
 MSGFMT = @MSGFMT@
 XGETTEXT = @XGETTEXT@
-MSGMERGE = msgmerge
-MSGMERGE_UPDATE = @MSGMERGE@ --update
+MSGMERGE = @MSGMERGE@
+MSGMERGE_UPDATE = $(MSGMERGE) --update
 MSGINIT = msginit
 MSGCONV = msgconv
 MSGFILTER = msgfilter

reply via email to

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