Added configure script, added install target, changed MkToday to a shell script to avoid a build-time dependency on runhugs

This commit is contained in:
bringert
2004-06-22 08:56:20 +00:00
parent 464a2937cb
commit 9cc3e87735
8 changed files with 2232 additions and 17 deletions

8
src/config.mk.in Normal file
View File

@@ -0,0 +1,8 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = $(exec_prefix)/bin
INSTALL = @INSTALL@
GHC = @GHC@
GHCI = @GHCI@