What is the best way to localize files

2005-11-13 Thread Richard Bos
What is the best way to use msgfmt in a Makefile.am for localization of files? Back in 2003 there was a discussion about introducing something like: locale_POTS = foo.pot foo_pot_SOURCES = a.c a.h b.c b.h ... foo_pot_LANGFILE = LINGUAS foo_pot_XGETTEXTFLAGS = --keyword=_ --keyword=N_ H

Re: [Patch] Re: compile not copied? Why?

2005-11-13 Thread Harald Dunkel
Ralf Wildenhues wrote: > Hi Harald, > > > Please consider this thread: > http://lists.gnu.org/archive/html/libtool/2005-10/msg00069.html > How is this thread related to copying a missing script? Please note that C support is broken, too, as soon as there is some C++ code in your Makefile.am.

Re: [Patch] Re: compile not copied? Why?

2005-11-13 Thread Ralf Wildenhues
Hi Harald, * Harald Dunkel wrote on Sun, Nov 13, 2005 at 12:00:18PM CET: > Harald Dunkel wrote: > > > > What is the criteria for copying the compile script into > > the source directory tree? I have some *.cc code, it is > > mentioned in my Makefile.am file, configure detects that > > the compile

[Patch] Re: compile not copied? Why?

2005-11-13 Thread Harald Dunkel
Hi folks, Harald Dunkel wrote: > Hi folks, > > What is the criteria for copying the compile script into > the source directory tree? I have some *.cc code, it is > mentioned in my Makefile.am file, configure detects that > the compile script must be used, too, but Automake doesn't > provide it. >