Re: what am I doing wrong building 1.8?

2007-08-14 Thread Ludovic Courtès
Hi, Andy Wingo <[EMAIL PROTECTED]> writes: > If I pass --enable-maintainer-mode to configure this problem goes away, > and the build completes. Is this expected? I think so, because people building from the tarball get a usable `.info' file and (presumably) `version.texi' as well (in case they w

Re: what am I doing wrong building 1.8?

2007-08-14 Thread Ludovic Courtès
Hi Andy, Andy Wingo <[EMAIL PROTECTED]> writes: > I can get things to work again if I copy ./config.rpath into build-aux/. > A bug, perhaps? Maybe (I'm feeling a bit ashamed too since I'm the guilty party ;-)). Apparently, it's Automake's responsibility to install `config.rpath'. Why this doesn

Re: what am I doing wrong building 1.8?

2007-08-14 Thread Ludovic Courtès
Hi, [EMAIL PROTECTED] (Ludovic Courtès) writes: > Apparently, it's Automake's responsibility to install `config.rpath'. > Why this doesn't happen is a mystery to me. I'll try to investigate > that later on. Actually, it's gettextize/autopoint's job, so that file is supposed to be installed "onc

Re: what am I doing wrong building 1.8?

2007-08-14 Thread Andy Wingo
Hi Ludovic, [EMAIL PROTECTED] (Ludovic Courtès) writes: > Hi, > > Andy Wingo <[EMAIL PROTECTED]> writes: > >> If I pass --enable-maintainer-mode to configure this problem goes away, >> and the build completes. Is this expected? > > I think so, because people building from the tarball get a usable

Re: what am I doing wrong building 1.8?

2007-08-14 Thread Neil Jerram
[EMAIL PROTECTED] (Ludovic Courtès) writes: > Hi, > > [EMAIL PROTECTED] (Ludovic Courtès) writes: > >> Apparently, it's Automake's responsibility to install `config.rpath'. >> Why this doesn't happen is a mystery to me. I'll try to investigate >> that later on. > > Actually, it's gettextize/autop