> Simon Marlow wrote:
> > It builds fine for me here with autoconf 2.13 on Solaris.
> Perhaps you have
> > some old configure files lying around in ghc/rts/gmp/*.
> Try blowing away
> > your gmp subtree and starting again.
> After deleting the whole of ghc, rerunning autoconf several times
> (why isn't this done by gmake -f Makefile.config?), and
> ./configure several
> more times I can now do gmake clean again.
I'm not sure why you need to run these things several times.
Makefile.config can build the configure script in fptools, if needs be. It
doesn't build any of the other configure scripts because the top-level
fptools is supposed to be independent of the packages (ghc,happy,hdirect
etc.) actually installed.
Cheers,
Simon