On Thu, 2004-04-22 at 09:59, Dan Korostelev wrote: > How can I automate updating of .glade.h file, when .glade updates with > GNU autotools? The standard way now is to use intltool, which will look at the .glade files in your project and merge all the translatable strings into the .pot file. http://ftp.gnome.org/pub/gnome/sources/intltool/ Damon