[C2hs] patch applied (c2hs): Eliminate need for ./configure
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Mon Feb 12 18:06:01 EST 2007
Fri Feb 9 04:45:07 PST 2007 Duncan Coutts <duncan.coutts at worc.ox.ac.uk>
* Eliminate need for ./configure
Move the version nick and date into the Version module directly
(We might be able to get those into the cabal-generated module
in future to make it more easily maintainable)
Instead of using autoconf's host spec, use the equivalent
from System.Info.(arch,os). Add host info for x86-64.
Remove unused datadir var.
./c2hs/toplevel/C2HSConfig.hs.in -> ./c2hs/toplevel/C2HSConfig.hs
./c2hs/toplevel/Version.hs.in -> ./c2hs/toplevel/Version.hs
M ./c2hs/toplevel/C2HSConfig.hs -14 +13
M ./c2hs/toplevel/Main.hs -4 +1
M ./c2hs/toplevel/Version.hs -7 +7
M ./configure.in -12 +1
More information about the C2hs
mailing list