[project @ 2000-04-21 18:07:46 by panne]
authorpanne <unknown>
Fri, 21 Apr 2000 18:07:47 +0000 (18:07 +0000)
committerpanne <unknown>
Fri, 21 Apr 2000 18:07:47 +0000 (18:07 +0000)
commit1399fe03d27b2351bd380e4621fe200c699a0ff4
tree50e056efc82e6d2be68d77d39aec594efbccbddf
parent70331ad0a7c255a48c03cfe09f3f9df80f00c2d0
[project @ 2000-04-21 18:07:46 by panne]
I've bitten the bullet and cleaned up the mess around Readline. There
are actually questions to answer by autoconf:

   * Are the headers available for compilation?
   * Are the libraries (and which) available for linking?

Note that in the second case it should be the libraries on the machine
which GHC is *installed* on, not the ones on which it was compiled.
GhcLibsWithReadline is now automagically set if the headers are found,
but this can still be overridden.
ghc/driver/Makefile
ghc/interpreter/Makefile
ghc/interpreter/input.c