[GHC] #1924: Rewrite the handling of values we get from ./configure

GHC trac at galois.com
Fri Nov 23 20:35:31 EST 2007


#1924: Rewrite the handling of values we get from ./configure
-----------------------------+----------------------------------------------
    Reporter:  igloo         |       Owner:             
        Type:  bug           |      Status:  new        
    Priority:  high          |   Milestone:  6.10 branch
   Component:  Build System  |     Version:  6.8.1      
    Severity:  normal        |    Keywords:             
  Difficulty:  Unknown       |    Testcase:             
Architecture:  Unknown       |          Os:  Unknown    
-----------------------------+----------------------------------------------
 The handling of values we get from configure needs to be rewritten to
 follow the normal conventions, and we should check that everything gets
 sane values (in particular, I'm not sure if mandir does currently). This
 was discussed in these messages and their replies:
 http://www.haskell.org/pipermail/cvs-ghc/2007-September/038407.html
 http://www.haskell.org/pipermail/cvs-ghc/2007-September/038418.html

 We should also only do this in a single file which is shared between
 normal builds and bindists, rather than doing it in both `mk/config.mk.in`
 and `distrib/Makefile-bin-vars.in`.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1924>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the Glasgow-haskell-bugs mailing list