Widening to cvs-ghc, because there are autoconf-savvy folk there. I added the AC_PATH_PROG call to configure.ac, but I have no idea how it works; I just copied other places. So I hope one of you can help Norman
Simon | -----Original Message----- | From: Norman Ramsey [mailto:[EMAIL PROTECTED] | Sent: 07 January 2005 21:15 | To: Simon Marlow; Simon Peyton-Jones | Cc: [EMAIL PROTECTED] | Subject: secrets of GHC configuration? | | Gentlemen, | | In fptools/ghc/configure.ac, I have found the following lines: | | dnl ** Which C-- compiler to use? | dnl -------------------------------------------------------------- | AC_PATH_PROG(WhatCmmIsCalled,qc--) | | | I would like to modify these lines to get GHC to use qc--.opt if | qc--.opt is available, and to use qc-- otherwise. But I have no idea | what is going on here or how AC_PATH_PROG works. Would it help to write | | | AC_PATH_PROG(WhatCmmIsCalled,[qc--.opt qc--]) | | | ? | | | Norman _______________________________________________ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc
