Comment 5 for bug 1117944

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

The patch will try to guess which is the subdir of srcdir in which builddir was set (e.g. when doing make distcheck). If there is such subdir (i.e. if builddir is within subdir) we'll filter out the subdir prefix of all files.

Before, make distcheck was handled just by removing the "_build" hardcoded prefix, now it's guessed in runtime (so should also apply when not doing distcheck and doing a normal srcdir != buiddir build).