[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)
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

index 26575bf..e3d9076 100644 (file)
@@ -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
index c815379..d7f31d0 100644 (file)
@@ -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 = ..
index c32044f..0b5a521 100644 (file)
@@ -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"