[Omitting autoconf@ and libtool@ from the recipients.]
>>> "Asim" == Asim Suter \(asuter\) writes:
[...]
Asim> We are on Linux.
Asim> [EMAIL PROTECTED]> gmake -v
Asim> GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Asim> Built for sparc-sun-solaris2.8
Asim> i686-pc-linu
> "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.
> "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