Martijn van Oosterhout <kleptog@svana.org> writes: > The odd thing is that there are two paths defined, $localedir and > $exp_localedir, which are not the same and pg_config.h gets one and > pg_config_paths.h gets the other.
It looks to me like $localedir is literally "${prefix}/share/locale", while exp_localedir has the full path (ie, the expanded contents of $prefix). Better be careful about assuming they are redundant. The correct solution to this might be to rename the downstream variables to make it clearer what's what. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster