> > I have now a cmake-version which > > 1.) checks, whether gettext and python are available > > 1a) if yes, then use them to create .gmo files
In the build dir I assume ? And this uses a different target than update-po? > > 1b) else installs only in source provided .gmo-files > > .. > > I'd like to commit. Then, make update-po will remerge po files and create gmo files and puts them in the source dir ? This also includes the patch to read gmo files from the build dir ? About this patch: maybe it is nicer to adapt the get_locale_dir so that it really points at the dir with gmo files. Now the logic in get_locale_dir gets overridden later. > > Kornel Vincent