diff options
author | Ian Lynagh <igloo@earth.li> | 2007-04-12 22:36:36 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-04-12 22:36:36 +0000 |
commit | d2fdf91ce20bc64a4d486df8d195b6b05b000db9 (patch) | |
tree | 7c99dbb723f0f764b73815e8eb5379e662620a93 /README | |
parent | 7e4fa0a6153ffa7dd17a33d5ab51b7181933590b (diff) | |
download | haskell-d2fdf91ce20bc64a4d486df8d195b6b05b000db9.tar.gz |
autoreconf -> sh boot
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -75,12 +75,12 @@ XML toolchain if you want to build the compiler documentation. Quick start: the following gives you a default build: - $ autoreconf + $ sh boot $ ./configure $ make $ make install -The autoreconf step is only necessary if this is a tree checked out +The "sh boot" step is only necessary if this is a tree checked out from darcs. For source distributions downloaded from GHC's web site, this step has already been performed. |