From: panne Date: Fri, 21 Apr 2000 18:07:47 +0000 (+0000) Subject: [project @ 2000-04-21 18:07:46 by panne] X-Git-Tag: Approximately_9120_patches~4624 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1399fe03d27b2351bd380e4621fe200c699a0ff4;p=ghc-hetmet.git [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. --- diff --git a/ghc/driver/Makefile b/ghc/driver/Makefile index 26575bf..e3d9076 100644 --- a/ghc/driver/Makefile +++ b/ghc/driver/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.28 2000/04/21 18:05:19 panne Exp $ +# $Id: Makefile,v 1.29 2000/04/21 18:07:46 panne Exp $ # We create two driver scripts: # - one to run in-place in the build tree for building libraries diff --git a/ghc/interpreter/Makefile b/ghc/interpreter/Makefile index c815379..d7f31d0 100644 --- a/ghc/interpreter/Makefile +++ b/ghc/interpreter/Makefile @@ -1,6 +1,6 @@ # --------------------------------------------------------------------------- # -# $Id: Makefile,v 1.32 2000/04/21 18:05:19 panne Exp $ # +# $Id: Makefile,v 1.33 2000/04/21 18:07:47 panne Exp $ # # --------------------------------------------------------------------------- # TOP = .. diff --git a/ghc/interpreter/input.c b/ghc/interpreter/input.c index c32044f..0b5a521 100644 --- a/ghc/interpreter/input.c +++ b/ghc/interpreter/input.c @@ -9,8 +9,8 @@ * included in the distribution. * * $RCSfile: input.c,v $ - * $Revision: 1.28 $ - * $Date: 2000/04/21 18:05:19 $ + * $Revision: 1.29 $ + * $Date: 2000/04/21 18:07:47 $ * ------------------------------------------------------------------------*/ #include "hugsbasictypes.h"