Added ReleaseProcedure. Added configureation and makefiles for binary packages. Configure now lets you specify which javac and jar to use.

This commit is contained in:
bringert
2004-06-23 13:09:56 +00:00
parent d4e30498f6
commit 5e0861ddef
6 changed files with 135 additions and 9 deletions

View File

@@ -17,3 +17,6 @@ INSTALL = @INSTALL@
GHC = @GHC@
GHCI = @GHCI@
JAVAC = @JAVAC@
JAR = @JAR@