On Sun, Feb 06, 2011 at 03:52:33PM +0100, Patrice Dumas wrote: > On Sat, Feb 05, 2011 at 07:17:21PM +0000, Karl Berry wrote: > > Hi again Jerker, > > > > Indeed, it looks like the non-NLS branch in the rule for i18n/en.thl > > isn't prepared to handle a VPATH build. What options are you specifying > > to configure? Perhaps something like simply adding $(srcdir) before > > i18n_ref/ would suffice. I'll see if I can reproduce. > > This indeed looks like the way to go. Maybe even better something that > works with spaces in srcdir. I'll try to come with something.
Actually autoconf/configure forbids srcdir with spaces... So just prepending srcdir is certainly the way to go. -- Pat
