[MonoDevelop] autogen.sh question
Jacob Ilsø Christensen
jacobilsoe at gmail.com
Mon Apr 17 08:19:34 EDT 2006
Hi.
I would like to ensure that when msgfmt is invoked in the po directory
the -c option is always used to ensure that format specifications in
translated strings are correct.
When autogen.sh is executed, first
glib-gettextize --force --copy
is run. This will copy a Makefile.in.in to the po directory. Here
msgfmt used the -c option. But then
intltoolize --force --copy --automake
is run causing the Makefile.in.in in po to be overwritten with one
where msgfmt does not use the -c option.
How do I prevent this from happening? :-)
Thanks,
Jacob
More information about the Monodevelop-list
mailing list