Comment 2 for bug 1117944

Revision history for this message
Aleksander Morgado (aleksander-m) wrote : Re: intltool confused by separate build-dir

The issue comes because intltool lists files within srcdir; and if builddir != srcdir, the files to ignore will be inside a subdirectory. The following patch makes an additional try to remove more ignored files, only when builddir is inside srcdir, by generating a path on top of builddir for each file to be generated. Horrible perl, so can very likely get improved in a better way... (but works for me for now) :/