Re: What should the infodir default be?

2002-06-30 Thread Bruce Korb
Alexandre Duret-Lutz wrote: > > >>> "Richard" == Richard Stallman <[EMAIL PROTECTED]> writes: > > adl> Many things are now creeping into $datadir: > adl> $(datadir)/$(PACKAGE)/ > adl> $(datadir)/locale/ > adl> $(datadir)/man/--mandir > adl> $(datadir)/info/ --i

Re: ./configure -C creates config.cache it can't use

2002-06-30 Thread Matt McClure
Paul Eggert wrote: >>From: Matt McClure <[EMAIL PROTECTED]> >>Date: Fri, 28 Jun 2002 12:22:28 -0400 >> >>On IRIX 6.5, I bootstrap with: >> >>libtoolize --force --copy \ >>&& aclocal \ >>&& autoheader \ >>&& automake --foreign --add-missing --copy \ >>&& autoconf >> >>and then run: >> >>./configure

Re: configure problem on HP-UX 11

2002-06-30 Thread Kevin Ryde
[EMAIL PROTECTED] (Bob Proulx) writes: > > It would be useful to have specific test cases to run so that details > of the problem could be revealed. It's no more than that particular compiler not accepting "inline" when the return value is a typedef, as opposed to plain int or whatever. And that'

Re: ./configure -C creates config.cache it can't use

2002-06-30 Thread Paul Eggert
> Date: Sun, 30 Jun 2002 21:20:31 -0400 > From: Matt McClure <[EMAIL PROTECTED]> > > Can you reproduce this? Not exactly, because I don't have access to an IRIX box. > When I invoke configure, what tool in the chain does the requoting and > escaping of the above line from aclocal.m4? libtool d