Re: datarootdir confusion

2007-09-04 Thread Ian Lynagh
On Tue, Sep 04, 2007 at 11:34:28PM +0200, Sven Panne wrote: > > Therefore, we *must* have a line > >datarootdir := @datarootdir@ Good point, thanks. Now fixed. Ian ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listi

datarootdir confusion

2007-09-04 Thread Sven Panne
Just a note, because it is too late for me to fix and test this: The logic in mk/config.mk.in regarding datarootdir is wrong and leads to incorrect directories. Autoconf 2.60 introduced datarootdir, and defines the following defaults: datadir = ${datarootdir} infodir = ${datarootdir}/inf