From: "Juan Manuel Guerrero" Organization: Darmstadt University of Technology To: Eli Zaretskii Date: Fri, 23 Feb 2001 23:30:48 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: gettext pretest available CC: Bruno Haible , djgpp-workers AT delorie DOT com X-mailer: Pegasus Mail for Windows (v2.54DE) Message-ID: <2D624415A1C@HRZ1.hrz.tu-darmstadt.de> Reply-To: djgpp-workers AT delorie DOT com On Thu, 22 Feb 2001 09:59:32 +0200 (IST), Eli Zaretskii wrote: > In a ChangeLog entry, if a change is conditioned by a preprocessing > symbol, the name of that symbol should appear before the colon, not > after it. This is correct: > > * gettextP.h [O_BINARY]: New macros READ, WRITE, > > But this is not: > > * libgnuintl.h: [DJGPP] Resolve function name collision. Ok. Next time. > > *** gettext-2001-02-05.orig/djgpp/config.sed Thu Jan 1 00:00:00 1970 > > --- gettext-2001-02-05/djgpp/config.sed Fri Feb 16 18:12:28 2001 > > *************** > > *** 0 **** > [snip] > > + s,\\.old\\.,_old.,g\ > > + s,\\.tab\\.c,_tab.c,g\ > > + s,\\.tab\\.h,_tab.h,g\ > > + s,gettext-1,gettext.1,g\ > > + s,gettext-2,gettext.2,g\ > > + s,msgcmp-1,msgcmp.1,g\ > > + s,msgcmp-2,msgcmp.2,g\ > > Shouldn't this use fnchange.lst file instead of repeating the same > conversions twice in two different places? fnchange.lst is used to rename the files during extraction. config.sed is used to modify the configure script. This modified configure script will create a DJGPP suitable makefile. Both conversions are need.