RE: .Po / .Plo Question

2003-10-29 Thread Asim Suter \(asuter\)
> "Asim" == Asim Suter <[EMAIL PROTECTED]> writes: Asim> 1) Which tool/script/program generates .Po/.Plo files ? And at Asim> what stage ? They are initially created, as empty files, by configure when building the various Makefiles. Then, they are updated as a side effect of compilation.

Re: .Po / .Plo Question

2003-10-29 Thread Tom Tromey
> "Asim" == Asim Suter <[EMAIL PROTECTED]> writes: Asim> 1) Which tool/script/program generates .Po/.Plo files ? And at what Asim> stage ? They are initially created, as empty files, by configure when building the various Makefiles. Then, they are updated as a side effect of compilation. As

.Po / .Plo Question

2003-10-25 Thread Asim Suter
Title: Message   Hi,   I am trying to understand the generation of .Po / .Plo files in .deps directory. We have a build system that uses autoamke,autoconf and libtool.   Could someone please help me with my questions. 1) Which tool/script/program generates .Po/.Plo files ? And at what stage