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
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
[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'
> 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