Type tree traversals [Re: Modeling multiple inheritance]

Sven Panne Sven.Panne at informatik.uni-muenchen.de
Sat Nov 15 17:23:52 EST 2003


Ralf Laemmel wrote:
> [...]
>>
>> find . -name configure.ac -print
> 
> 
> to find all dirs that need autoreconf (not autoconf anymore)
> 
>>
>> autoreconf
>> (cd ghc; autoreconf)
>> (cd libraries; autoreconf)

FYI: Just issue "autoreconf" at the toplevel, and you're done. It will
descend into all necessary subdirectories, just like configure itself.

Cheers,
    S.



More information about the Haskell-Cafe mailing list